Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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