error 3a unable to resolve module 2findex from

Solutions on MaxInterview for error 3a unable to resolve module 2findex from by the best coders in the world

showing results for - "error 3a unable to resolve module 2findex from"
Dylan
28 Apr 2016
1Encounterd this error Error: Unable to resolve module  in react native after renaming .js file to .jsx. Fixed it by adding
2  resolver: {
3    sourceExts: ['jsx', 'js'],
4  },
5  
6  to metro config