Can't resolve react-native/Libraries/Renderer/shims/ReactNative when using RNGH with Next.js #3562
-
Hi 👋 I’m trying to use
this is part of my webpack config, which can be used in common react native pages and library
Is react-native-gesture-handler expected to work with react-native-web and Next.js correctly, Are there any working examples or documentation showing how to set up RNGH with next.config.js + Webpack aliasing correctly for Web? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @loooodnnnn! While we have not tested Have you tried updating your |
Beta Was this translation helpful? Give feedback.
Hi @loooodnnnn! While we have not tested
react-native-gesture-handler
withNext.js
, it would be great to see a reproduction 😅Have you tried updating your
next.config.js
to be similar to this one in theNext.js
example?