Skip to content

Latest commit

 

History

History
 
 

testbed_native_ios

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:

In particular, it uses the React, react-native-branch and Branch-SDK pods from node_modules.

Building

To build and run:

yarn

or

npm i

then

cd ios
bundle check || bundle install
bundle exec pod install