This file provides guidance to Claude Code when working in this repository.
yarn test # Jest tests
yarn typescript # Type check
yarn lint # ESLint
yarn prepare # Build with react-native-builder-bob
yarn bootstrap # Full setup (example app + deps + pods)Release: release-it with conventional-changelog. Husky pre-commit hooks + commitlint enforced.
Gleap React Native SDK — thin TypeScript bridge to native iOS/Android modules via NativeModules + NativeEventEmitter.
- Entry point:
src/index.tsx— exports typedGleapSdkTypeinterface - Native bridge: All SDK methods delegate to platform-native implementations
- Network interceptor:
GleapNetworkIntercepterlogs network requests from JS layer - Uses yarn, not npm