Skip to content

software-mansion/react-native-reanimated

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

There seems to be a problem with running `npx react-native` from inside
a directory that contains package.json file (see
facebook/react-native#34441 (comment)),
however I wasn't able to reproduce it locally.

This PR swaps the order of steps, so that `npx react-native` is run
before package.json is created.

## Test plan

Just check if CI is green.
50e9282

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 24, 2023 14:01
March 20, 2023 09:25
September 20, 2021 10:00
April 25, 2018 11:22
February 7, 2022 11:36
March 1, 2023 08:23
August 16, 2022 15:55

React Native Reanimated by Software Mansion

React Native's Animated library reimplemented

Reanimated 3 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 the installation section of our docs for the detailed installation instructions.

Fabric

To learn how to use react-native-reanimated with Fabric architecture, head over to Fabric README. Instructions on how to run Fabric Example within this repo can be found in the FabricExample README.

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 built and is maintained thanks to the support from Shopify, Expo.io and Software Mansion

shopify expo swm