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 linkCocoaPods and Carthage are not required for iOS.
To build and run:
yarnor
npm ithen
cd ios
bundle check || bundle install
bundle exec pod install