Replies: 2 comments 2 replies
-
I wonder if CJS instead of ESM will work or not. We need someone familiar with RN configuration. Metro config? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, Is this problem had been solved I kind a facing similar one ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As shown in the picture, I am doing a compatibility work on an Android tablet. The nextjs+zustand I use can work normally on a computer or a later version of Android, but now there is always this error on the current version of Android 8.0, and I feel at a loss. The error message appears to be due to the use of syntax or features that are not supported by older JavaScript engines. Android 8's WebView may not support some of the newer JavaScript features, which can cause syntax errors when running JavaScript code. Can you help me fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions