- Basic animation using state.
- Animations from React-animated library i.e Simple movement, Fade In, Scaling, Scaling along with ease out effect, Sequential animations.
- Animations from React-reanimated 2 i.e Scaling, Fade out, Sequential animations, Wobble effect, Shake effect.
- SVG path animation.
- Circular floating button with ripple effect.
- App.js App entry point
- src/Assets All assets
- src/Components/...js Reusable Components
cd react-native-sample-animation
yarn or npm install
Run Build for either OS
for iOS
run npm run ios
for Android
run npm run android
React Native Reanimated
React Native SVG Animations
React Native Circular Menu
APK Build