Skip to content

Latest commit

 

History

History
 
 

testbed_simple

This app illustrates the simplest means of integrating react-native-branch into a React Native app. This app was generated using the following commands:

react-native init testbed_simple
cd testbed_simple
yarn add ../.. # from local repo
react-native link

CocoaPods and Carthage are not required for iOS.

Building

To build and run:

yarn

or

npm i

then

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