Example of embedding Bare in an Expo application using https://github.com/holepunchto/react-native-bare-kit.
Start by installing the dependencies:
npm installWhen finished, you can run the app on either iOS or Android.
npm run iosImportant
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 androidApache-2.0