Evgeny Shenets

Results 5 comments of Evgeny Shenets

any solutions? I have this in expo dev console: ``` Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates ❌ error: Cannot resolve @babel/runtime/helpers/interopRequireDefault ❌ Metro encountered an error: Cannot...

so I found the root cause for me. After creating fresh expo project I make it work. expo 50.0.8 and rn-webview: 13.6.4. Problem were in metro.config.js in resolvers object.

same for me. any solutions, because it doesn't work in expo. Latest version of webview has this issue: https://github.com/react-native-webview/react-native-webview/issues/3233, but @11 has this one that described here.

Last version doesn't work for me. But if install 0.8.0 and apply patch it works perfectly.

instead of using Modal from react native or react-native-modal which crash the app both, you can use just navigation screen with options like this or similar: `headerShown: false, animation: 'fade',...