How to interpret react Native error messages

1

How do I interpret error messages like this?

How much work with react Native throughout the tests always I come across these mensgans. I just do not always know how to treat them.

Someone knows if it has a pattern that I can follow, some stuff I can see that helps me interpret

    
asked by anonymous 10.10.2018 / 15:32

1 answer

0

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

npm install react-transform-hmr --save
    
11.10.2018 / 13:53