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 🐾
- Host: GitHub
- URL: https://github.com/vladimir-vovk/skeleton-animation
- Owner: vladimir-vovk
- Created: 2023-12-17T20:48:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T21:10:27.000Z (over 2 years ago)
- Last Synced: 2025-06-06T09:09:52.344Z (about 1 year ago)
- Topics: animation, moti, react-native
- Language: TypeScript
- Homepage:
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.