How to interpret React Native error messages

Asked

Viewed 181 times

1

How do I interpret error mensgans like this?

How much I work with React Native throughout the tests I always come across these mensgans. Only I don’t always know how to treat them.

Does anyone know if there’s a pattern I can follow, any subject I can see that will help me interpret

inserir a descrição da imagem aqui

  • I don’t know anything about React (either), but there are some "could not be found" and "Unable to resolve module..." - this has nothing to do with import what are you using? They exist?

  • I’ll check here, but I don’t think that’s it

  • Was any of the answer helpful? Don’t forget to choose one and mark it so it can be used if someone has a similar question!

1 answer

0

Install the module react-transoform-hmr with the following command:

npm install react-transform-hmr --save
  • What does this command ?

  • @nathangabriel installs the module react-transform-hmr that is missing in your project

Browser other questions tagged

You are not signed in. Login or sign up in order to post.