@encatch/react-native-sdk
v1.4.2
Published
The Encatch React Native SDK lets you collect user feedback in your React Native and Expo apps. Display feedback forms in using native with encatch hooks or a WebView overlay, identify users, track screens and events, and submit responses to the Encatch b
Readme
@encatch/react-native-sdk
The Encatch React Native SDK lets you collect user feedback in your React Native and Expo apps. Display feedback forms in using native with encatch hooks or a WebView overlay, identify users, track screens and events, and submit responses to the Encatch backend.
Note: Install the latest stable release from npm. Pre-release builds remain available under the
@betatag.
Installation
npm install @encatch/react-native-sdk
# or
yarn add @encatch/react-native-sdk
# or
pnpm add @encatch/react-native-sdkDocumentation
For the full API reference, configuration options, and usage examples, visit the official documentation:
https://encatch.com/docs/sdk-reference/mobile-sdk/react-native
Default hosts
Production defaults (override via EncatchConfig when needed):
| Option | Default |
|--------|---------|
| apiBaseUrl | https://api.encatch.com |
| webHost | https://form.encatch.com |
These are exported as DEFAULT_API_BASE_URL and DEFAULT_WEB_HOST from the package.
License
MIT
