Skip to content

onurtaskirancom/AnimationTestApp

Repository files navigation

React Native Animation and Performance Examples

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."

Contents

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

Installation

  1. Clone the project:
git clone https://github.com/onurtaskirancom/AnimationTestApp.git
  1. Install dependencies:
cd AnimationTestApp
npm install
  1. Start the application:
npx expo start

Blog Post

This application is a companion to the blog post "Mastering React Native Animations and Performance."

Technologies

  • React Native
  • Expo
  • React Native Reanimated
  • React Native Gesture Handler

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors