@screeb/react-native
v2.2.1
Published
Continuous Product Discovery
Readme
@screeb/react-native
A react-native module to integrate Screeb mobile sdk for Android and/or iOS.
How to install the React-Native SDK in your app ?
Changelog
Run examples
React Native CLI example
yarn install
cd example/
yarn install
cd ios/
pod install
cd ..
yarn android
yarn iosExpo example
The Expo project lives in example-expo. It builds a full native binary (Expo Go will not load custom native modules).
yarn install
yarn workspace example-expo prebuild
yarn workspace example-expo ios # or android
# in another terminal, from the repo root
yarn example:expoRe-run prebuild whenever native configuration changes (for example after toggling the new architecture). Use yarn workspace example-expo prebuild --clean if you need to fully regenerate the iOS/Android projects. The example-expo/react-native.config.js file ensures the Screeb module is autolinked automatically.
License
MIT
