Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holepunchto/bare-expo
Example of embedding Bare in an Expo application using https://github.com/holepunchto/react-native-bare-kit
https://github.com/holepunchto/bare-expo
Last synced: 1 day ago
JSON representation
Example of embedding Bare in an Expo application using https://github.com/holepunchto/react-native-bare-kit
- Host: GitHub
- URL: https://github.com/holepunchto/bare-expo
- Owner: holepunchto
- Created: 2024-09-10T07:40:53.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:42:43.000Z (2 months ago)
- Last Synced: 2024-09-16T11:18:23.646Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pears - bare-expo - Example of embedding Bare in an Expo application using bare-kit (**Awesome Pears 🍐** / Pears)
- awesome-pears - bare-expo - Example of embedding Bare in an Expo application using bare-kit (**Awesome Pears 🍐** / Pears)
README
# Bare on Expo
Example of embedding Bare in an Expo application using .
## Usage
Start by installing the dependencies:
```sh
npm install
```When finished, you can run the app on either iOS or Android.
### iOS
```sh
npm run ios
```### Android
> [!IMPORTANT]
> You may experience problems running the app on an emulated Android device under QEMU due to https://github.com/holepunchto/libjs/issues/4. If you encounter crashes, try running the app on a real Android device instead.```sh
npm run android
```## License
Apache-2.0