There are some examples related to major functionalities animated in React Native. Examples covered 3 main technology to create animations:
- React Native Animation API;
- Reanimated 3;
- React Native Lottie.
git clone [email protected]:bulletxenus/ReactNativeAnimations.git
npm install
cd ios && pod install
npm start
npm run ios
npm run android