@amazon-devices/keplerscript-react-native-reanimated
v2.0.1758683737
Published
More powerful alternative to Animated library for React Native.
Readme
Reanimated 2 is here! Check out our documentation page for more information
React Native Reanimated provides a more comprehensive, low level abstraction for the Animated library API to be built on top of and hence allow for much greater flexibility especially when it comes to gesture based interactions.
Installation
Check out installation section of our docs for the detailed installation instructions.
Documentation
Check out our dedicated documentation page for info about this library, API reference and more: https://docs.swmansion.com/react-native-reanimated/docs/
Examples
The source code for the example (showcase) app is under the Example/ directory.
If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check Example/ directory README for installation instructions.
License
Reanimated library is licensed under The MIT License.
Credits
This project has been build and is maintained thanks to the support from Shopify, Expo.io and Software Mansion
(Kepler) Upleveling
To uplevel this keplerscript-react-native-reanimated package in the future, run this command in the root directory:
git subtree pull --prefix packages/@amazon-devices/keplerscript-react-native-reanimated https://github.com/software-mansion/react-native-reanimated.git [TAG|COMMIT_ID] --squash
where TAG or COMMIT_ID (use just one or the other) refers to the release tag or the commit ID to be upleveled to. A list of release tags can be found here.
Example usage with tag:
git subtree pull --prefix packages/@amazon-devices/keplerscript-react-native-reanimated https://github.com/software-mansion/react-native-reanimated.git 3.3.0 --squash
Example usage with commit ID:
git subtree pull --prefix packages/@amazon-devices/keplerscript-react-native-reanimated https://github.com/software-mansion/react-native-reanimated.git 09fafdf39ddb5e780a9d73475d2665f138d02b38 --squash
