React-native-reanimated: compatible with web (i.e. react-native-web)?

Created on 12 Jan 2019  路  5Comments  路  Source: software-mansion/react-native-reanimated

Was hoping you could clarify in advance - is the reanimted API compatible with web? wanted to get your input before using it for that, thanks

Most helpful comment

Web support will be highly useable. Making many other libraries useable on web.

All 5 comments

I tried to use this library via the react-native-tab-view@^2.0.1 update in my project that is using react-native-web.

It appears to not be compatible with react-native-web due to a dependency on BoundingDimensions in Touchable but I did not dig any deeper than that.

same error.

Failed to compile.

./node_modules/react-native-tab-view/src/TabBar.js
Module not found: Can't resolve 'react-native-reanimated' in '/Users/**/*/node_modules/react-native-tab-view/src'

Web support will be highly useable. Making many other libraries useable on web.

@EvanBacon is working on it, with some really impressive results!
https://twitter.com/Baconbrix/status/1173825701192929280

See this running example
https://reanimated.netlify.com/#/IMapPanel

holy good, working, thanks all.

Was this page helpful?
0 / 5 - 0 ratings