upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

Issue after upgrade 0.70

Open cemergen opened this issue 1 year ago • 3 comments

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

cemergen avatar Sep 07 '22 16:09 cemergen

Try adding "json" to your metro.config.js sourceExts section.

IAmNatch avatar Mar 15 '23 18:03 IAmNatch

Try adding "json" to your metro.config.js sourceExts section.

This resolved my upgrade issue to 0.70.5 thanks!

Samueldhardy avatar Mar 24 '23 12:03 Samueldhardy

Try adding "json" to your metro.config.js sourceExts section.

Super! Saved my day, same issue for me and and same resolution.

Perhaps this issue can be closed then?

joelso avatar May 06 '23 13:05 joelso