LX
LX
@geminiyellow How did you get it to work? I tried modalbox with react-native-web, this error occured SyntaxError: ...\node_modules\react-native-modalbox\index.js: Unexpected token (427:8) ``` 425 | if (this.props.backdrop) { 426 | backdrop...
Any updates on this issue?
bump, how is this one going? tried to use npm i --force but bound to meet with further issues ahead
just to share my workaround, am using expo 46 in my package.json i used npm 8 new function 'overrides' ` "overrides": { "@react-native-picker/picker": { "react-native-webview": "^11.23.0" }, }, ` installation...
i used ``` "overrides": { "react-native-signature-canvas": { "react-native-webview": "^11.23.0" } }, ``` to get rid of build errors/warnings but the same issue happens only on android, expo Go + android...
seeing the same errors with similar environment, managed workflow we are also using react navigation and happy to migrate to metro, need guidance on migration without using expo-router
is react navigation going to be supported with expo's metro bundler or do we have to use expo router going forward? this will require a compulsory refactor for web compatible...
what are the errors you received? even though sometimes the real error is not the reflected ones in the log, they do help you pinpointing the real issue