You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a PR I'd be happy to contribute, so just would want the go ahead it would be accepted!
The Animated package in react-native-web is quite large, and projects that use reanimated can easily get rid of it. I have a little webpack config that does this using webpack.NormalModuleReplacementPlugin to alias it to a shim, but this is hacky, and I had issues getting it to work with this library forcing me to actually stub out a few more things to not cause breakage.
We should get this library in better shape for the web by:
Lets convert it into a monorepo so we can,
Split out DrawerLayout and Swipeable into their own packages
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a PR I'd be happy to contribute, so just would want the go ahead it would be accepted!
The
Animated
package in react-native-web is quite large, and projects that usereanimated
can easily get rid of it. I have a little webpack config that does this usingwebpack.NormalModuleReplacementPlugin
to alias it to a shim, but this is hacky, and I had issues getting it to work with this library forcing me to actually stub out a few more things to not cause breakage.We should get this library in better shape for the web by:
Beta Was this translation helpful? Give feedback.
All reactions