Skip to content

holepunchto/bare-expo

Repository files navigation

Bare on Expo

Example of embedding Bare in an Expo application using https://github.com/holepunchto/react-native-bare-kit.

Usage

Start by installing the dependencies:

npm install

When finished, you can run the app on either iOS or Android.

iOS

npm run ios

Android

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

License

Apache-2.0