Skip to content

Latest commit

 

History

History
 
 

testbed_native_android

testbed_native_android

This app illustrates how to integrate the [email protected] 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