Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 662 Bytes

File metadata and controls

25 lines (16 loc) · 662 Bytes

testbed_native_android

This app illustrates how to integrate the react-react-native-branch@2.0.0-beta.1-branch SDK into a React Native component within an existing native Android app.

The app was produced following the methodology outlined in these tutorials:

Building

To build and run, install NPM dependencies using yarn or npm.

Also be sure to start the React packager manually unless you are packaging index.android.bundle in the app assets.

yarn start

or

npm start