software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.97k stars 1.3k forks source link

install instructions for expo project #825

Closed vamshi9666 closed 4 years ago

vamshi9666 commented 4 years ago

Description

How to install reanimated2 in an expo project ?

I see some native file changes for installing, which can't be possible in an expo project.

FLGMwt commented 4 years ago

From twitter:

we're holding off on including it in sdk 38 because a blocker is that reanimated 2 only supports hermes at the moment and we haven't shipped support for that in expo managed apps yet (for a variety of reasons, but we're hoping to in sdk 39 or 40) Brent (@.notbrent)

jakub-gonet commented 4 years ago

As well as the second last point here

Expo support is not ready yet, next SDK release will support React Native 0.62 – this will allow you to use Reanimated 2 in the ejected Expo app.