Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/software-mansion/react-native-reanimated
React Native's Animated library reimplemented
https://github.com/software-mansion/react-native-reanimated
animation gesture javascript react-native
Last synced: 5 days ago
JSON representation
React Native's Animated library reimplemented
- Host: GitHub
- URL: https://github.com/software-mansion/react-native-reanimated
- Owner: software-mansion
- License: mit
- Created: 2018-04-25T06:35:29.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T21:45:25.000Z (22 days ago)
- Last Synced: 2025-01-06T17:31:14.674Z (19 days ago)
- Topics: animation, gesture, javascript, react-native
- Language: TypeScript
- Homepage: https://docs.swmansion.com/react-native-reanimated/
- Size: 353 MB
- Stars: 9,211
- Watchers: 76
- Forks: 1,328
- Open Issues: 314
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-react-native - react-native-reanimated ★680 - React Native's Animated library reimplemented (Components / Animation)
- awesome-list - react-native-reanimated - mansion | 4978 | (JavaScript)
- awesome-universal-react - React Native Reanimated - React Native's Animated library reimplemented (Libraries / Others)
- awesome - React Native Reanimated - React Native's Animated library reimplemented (Uncategorized / Uncategorized)
- awesome - software-mansion/react-native-reanimated - React Native's Animated library reimplemented (TypeScript)
README
# React Native Reanimated – Fabric version
To use this library with your Fabric application, you have to:
1. Add `react-native-reanimated@next`
2. on iOS
- Install pods using `RCT_NEW_ARCH_ENABLED=1 pod install` – this is the same command you run to prepare a Fabric build but you also need to run it after a new native library gets added.
3. on Android
- There are no additional steps required so long as your app is configured to build with Fabric – this is typically configured by setting `newArchEnabled=true` in `gradle.properties` file in your project.