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
It doesn't work anymore with current NextJS as far as I can tell. 😭
They have a new compiler option: transpilePackages 🎉
Using that option with react-native-reanimated throws an error that it's trying to transpile something in react-native, but it should be at accessing react-native-web not react-native due to the resolve-alias 😭
Is there a current working version of react-native-reanimated with NextJS using Webpack? Ideally without Expo, but hell, if it works without requiring a rewrite of our webpack stack, that would be ideal.
I'd really appreciate any pointers, most of what I can find is > 2 years old and doesn't appear to work anymore.
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
Uh oh!
There was an error while loading. Please reload this page.
-
next-transpile-modules
: https://github.com/martpie/next-transpile-modules/releases/tag/the-endtranspilePackages
🎉react-native-reanimated
throws an error that it's trying to transpile something inreact-native
, but it should be at accessingreact-native-web
notreact-native
due to the resolve-alias 😭Is there a current working version of
react-native-reanimated
with NextJS using Webpack? Ideally without Expo, but hell, if it works without requiring a rewrite of our webpack stack, that would be ideal.I'd really appreciate any pointers, most of what I can find is > 2 years old and doesn't appear to work anymore.
Beta Was this translation helpful? Give feedback.
All reactions