What is the expected status of react-native-reanimated v2 in RNW? #10433
Answered
by
chrisglein
Pegasus J. Crawford II (pegasusjcrawford)
asked this question in
Q&A
|
I'm trying to find out whether or not the 2.x releases of react-native-reanimated should be expected to work with RNW? This pull request in their repository would seem to imply that it should work with web parity, but when I try to run my app with any 2.x release of the library I hit the following failure: Would love to be able to incorporate some of the awesome Reanimated v2 tutorial's I've seen in my Windows app 😁 |
Answered by
chrisglein
Aug 25, 2022
Replies: 1 comment 2 replies
|
It's not implemented for Windows. You can test that by going to React Native Directory and doing a search for the Module. You'll note that there are tags (and ability to filter) for platform, including Windows. |
2 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not implemented for Windows. You can test that by going to React Native Directory and doing a search for the Module. You'll note that there are tags (and ability to filter) for platform, including Windows.