JSPM

react-native-reanimated

1.11.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1950140
  • Score
    100M100P100Q207124F
  • License MIT

More powerful alternative to Animated library for React Native.

Package Exports

  • react-native-reanimated
  • react-native-reanimated/mock
  • react-native-reanimated/src/base

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-reanimated) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Native Reanimated

React Native's Animated library reimplemented

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 getting started 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://software-mansion.github.io/react-native-reanimated

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. Clone the repo, go to the Example/ folder and run:

yarn install

Running on iOS

Before running the app, install the cocoapods dependencies:

cd ios && pod install && cd ..

Now, you can start the app:

react-native run-ios

Running on Android

Run the react native's cli command:

react-native run-android

Important: You will need to have an Android or iOS device or emulator connected as well as react-native-cli package installed globally.

License

Reanimated library is licensed under The MIT License.

Credits

This project is supported by amazing people from Expo.io and Software Mansion

expo swm