📅  最后修改于: 2022-03-11 15:03:34.693000             🧑  作者: Mango
Encounterd this error Error: Unable to resolve module in react native after renaming .js file to .jsx. Fixed it by adding
resolver: {
sourceExts: ['jsx', 'js'],
},
to metro config