Example of embedding Bare in an Expo application using https://github.com/holepunchto/react-native-bare-kit.
Start by installing the dependencies:
npm install
When finished, you can run the app on either iOS or Android.
npm run ios
Important
You may experience problems running the app on an emulated Android device under QEMU due to holepunchto/libjs#4. If you encounter crashes, try running the app on a real Android device instead.
npm run android
Apache-2.0