# React Native Front-end Client for CUBA Platform

This project was generated with [@cuba-platform/front-generator](https://github.com/cuba-platform/frontend).

Install dependencies:

```bash
npm install
```

Run the project:

```bash
# run in the browser:
npm run web

# run in Android emulator
npm run android 

# run in iOS simulator
npm run ios  
```

### Learn More

React Native client documentation is available [here](https://doc.cuba-platform.com/frontend).

The client uses Expo. Documentation is available [here](https://expo.io/).
