Welcome to the React Native Animation Showcase! This project features a collection of random animations created using React Native.
- Animation 1: Drag To Sort
- Animation 2: Loading
- Animation 3: Graphs
- Animation 4: Sound
- Animation 5: Steps
- Description: An animated list with draggable components
- Used Libraries: react-native-reanimated react-native-gesture-handler
- Media:
- Description: Animated graphs.
- Used Libraries: @shopify/react-native-skia react-native-reaniamted
- Media:
- Description: An animated sound settings interface
- Used Libraries: react-native-reanimated react-native-gesture-handler
- Media:
- Description: An animated todo list
- Used Libraries: @shopify/react-native-skia react-native-reaniamted
- Media:
- Clone this repository:
git clone https://github.com/your-username/react-native-animation-showcase.git
- Navigate to the project folder:
cd react-native-animation-showcase
- Install dependencies:
npm install
- Run the app:
npm start
Feel free to explore each animation and experiment with the code to integrate them into your own React Native projects.
Happy coding!