https://github.com/pagepro/react-native-simple-animations
https://github.com/pagepro/react-native-simple-animations
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagepro/react-native-simple-animations
- Owner: Pagepro
- Created: 2021-01-13T12:59:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T08:41:26.000Z (over 4 years ago)
- Last Synced: 2025-03-22T06:01:44.560Z (2 months ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=12To install project run:
```sh
$ yarn
```To run native app:
```sh
$ expo start
```