upgrade-support
upgrade-support copied to clipboard
Issue after upgrade 0.70
I'm having an issue with the module resolver.
error: Error: Unable to resolve module react-native-gesture-handler from .... could not be found within the project or in these directories:
node_modules
I've followed all steps from upgrading .69 to 70. please advice thanks
Try adding "json" to your metro.config.js sourceExts section.
Try adding "json" to your metro.config.js
sourceExtssection.
This resolved my upgrade issue to 0.70.5 thanks!
Try adding "json" to your metro.config.js
sourceExtssection.
Super! Saved my day, same issue for me and and same resolution.
Perhaps this issue can be closed then?