-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js is not supported ! #2657
Labels
bug
Something isn't working
Comments
@boussaidev add this to your You have to configure
|
@Under-Warz It almost solved things for me, still getting ⨯ ./node_modules/react-native-safe-area-context/lib/module/specs/NativeSafeAreaProvider.js:1:1
Module not found: Can't resolve 'react-native/Libraries/Utilities/codegenNativeComponent'
> 1 | import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2 | export default codegenNativeComponent('RNCSafeAreaProvider');
3 | //# sourceMappingURL=NativeSafeAreaProvider.js.map
https://nextjs.org/docs/messages/module-not-found
./node_modules/react-native-safe-area-context/lib/module/specs/NativeSafeAreaView.js:1:1
Module not found: Can't resolve 'react-native/Libraries/Utilities/codegenNativeComponent'
> 1 | import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2 | export default codegenNativeComponent('RNCSafeAreaView', {
3 | interfaceOnly: true
4 | }); any tips about that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Next.js is not supported getting a lot of errors when using ui with latest nextjs project
CodeSandbox/Snack link
https://codesandbox.com/
Steps to reproduce
next js is not supported !
Next.js is not supported
getting a lot of errors when using ui with latest nextjs project
gluestack-ui Version
latest
Platform
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: