This project is a demo application that showcases animation and performance techniques in React Native. It contains examples from the blog post "Mastering React Native Animations and Performance."
This demo app includes the following animation and performance examples:
- FadeInView with Animated API
- FadeInView with React Native Reanimated
- SwipeableCard with Gesture Handler
- CustomLoader with Reanimated
- Animated ProductCarousel
- HeavyComponent with InteractionManager
- ExpensiveComponent with Memoization
- FlatList optimizations
- Performance monitoring examples
- Clone the project:
git clone https://github.com/onurtaskirancom/AnimationTestApp.git
- Install dependencies:
cd AnimationTestApp
npm install
- Start the application:
npx expo start
This application is a companion to the blog post "Mastering React Native Animations and Performance."
- React Native
- Expo
- React Native Reanimated
- React Native Gesture Handler
MIT