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: 2 comments 2 replies
-
|
Hi @loooodnnnn! While we have not tested Have you tried updating your |
Beta Was this translation helpful? Give feedback.
-
|
@loooodnnnn hey do u have a public repro i can refer — I’m running into a similar issue.
|
Beta Was this translation helpful? Give feedback.

Hi @loooodnnnn! While we have not tested
react-native-gesture-handlerwithNext.js, it would be great to see a reproduction 😅Have you tried updating your
next.config.jsto be similar to this one in theNext.jsexample?