UNPKG

1.9 kBMarkdownView Raw
1<p align="center">
2 <h1 align="center">React Native Reanimated</h1>
3 <h3 align="center">React Native's Animated library reimplemented</h3>
4</p>
5
6> Reanimated 2 is here! Check out our [documentation page](https://docs.swmansion.com/react-native-reanimated/) for more information
7
8React Native Reanimated provides a more comprehensive,
9low level abstraction for the Animated library API to be built
10on top of and hence allow for much greater flexibility especially when it
11comes to gesture based interactions.
12
13## Installation
14
15Check out [installation](https://docs.swmansion.com/react-native-reanimated/docs/installation) section of our docs for the detailed installation instructions.
16
17## Documentation
18
19Check out our dedicated documentation page for info about this library, API reference and more: [https://docs.swmansion.com/react-native-reanimated/docs/](https://docs.swmansion.com/react-native-reanimated/docs/)
20
21## Examples
22
23The source code for the example (showcase) app is under the [`Example/`](https://github.com/software-mansion/react-native-reanimated/blob/master/Example/) directory.
24If 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.
25
26## License
27
28Reanimated library is licensed under [The MIT License](LICENSE).
29
30## Credits
31
32This project has been build and is maintained thanks to the support from [Shopify](https://shopify.com), [Expo.io](https://expo.io) and [Software Mansion](https://swmansion.com)
33
34[![shopify](https://avatars1.githubusercontent.com/u/8085?v=3&s=100 'Shopify.com')](https://shopify.com)
35[![expo](https://avatars2.githubusercontent.com/u/12504344?v=3&s=100 'Expo.io')](https://expo.io)
36[![swm](https://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=react-native-reanimated-github 'Software Mansion')](https://swmansion.com)