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

https://github.com/vladimir-vovk/skeleton-animation

Skeleton animation in React Native with Moti 🐾
https://github.com/vladimir-vovk/skeleton-animation

animation moti react-native

Last synced: about 1 month ago
JSON representation

Skeleton animation in React Native with Moti 🐾

Awesome Lists containing this project

README

          

Skeleton Animation in React Native with Moti 🐾

Skeleton Animation



Enspired by the [tutorial](https://www.youtube.com/watch?v=vunwBbFx_F8) from Reactiive YouTube channel.

## Quick start

1. Clone the repo.
3. Change directory to your project with `cd skeleton-animation` command.
4. Run `yarn start` to start the Metro bundler.
5. Press `i` to start the iOS simulator or `a` to run the Android emulator.📱

Happy hacking! 🤓

## Available commands

- `yarn start` - start Metro Bundler.
- `yarn ios` - run on iOS.
- `yarn android` - run on Android.
- `yarn web` - run on web.
- `yarn lint` - check code for errors.
- `yarn release` - generate a changelog, bump the version of app and create a new tag.
- `yarn test` - run tests.