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

https://github.com/pagepro/react-native-simple-animations


https://github.com/pagepro/react-native-simple-animations

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-simple-animations

### Development

If you want to open the mobile app, you will need real devices or emulators.

- [Android Studio] - to get an android emulator
- [XCode] - to get a iOS emulator

[android studio]: https://developer.android.com/studio
[xcode]: https://apps.apple.com/pl/app/xcode/id497799835?l=pl&mt=12

To install project run:

```sh
$ yarn
```

To run native app:

```sh
$ expo start
```