This app illustrates how to integrate the [email protected] SDK into a React Native component within an existing native iOS app.
The app was produced following the methodology outlined in these tutorials:
- https://facebook.github.io/react-native/docs/integration-with-existing-apps.html
- https://www.raywenderlich.com/136047/react-native-existing-app
In particular, it uses the React
, react-native-branch
and Branch-SDK
pods from node_modules.
To build and run:
yarn
or
npm i
then
cd ios
bundle check || bundle install
bundle exec pod install