Answers for "unable to resolve module react"

2

Unable to resolve module react-navigation

npm install react-navigation
Posted by: Guest on March-03-2021
1

Error: Unable to resolve module ./index from

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
Posted by: Guest on May-22-2021

Code answers related to "unable to resolve module react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language