-
I have create initial empty ReactNative application for migrate existing code from babel 5 to 6 using
So my
part of my
running RN metro bundler, I have following output in console (three times at each run):
I'm not pay big attention to these warnings and while copying files from my old project folder to new, e.g. starting screen, essential mobx stores and other project files and testing it works after each step. Finally reach to testing screen with async
so fetch() began to work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Make sure the You may also try |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, now using react-native@0.73. I have already tested all the solutions mentioned above and none of them worked for me. Does anyone have any idea how to get around this? |
Beta Was this translation helpful? Give feedback.
-
Any luck with a solution? I've been fighting it for two days trying everything I could find. Nothing worked. It gives me these errors even after installing mobX on a bare RN template... |
Beta Was this translation helpful? Give feedback.
-
Oct 5 check in and this still does not work |
Beta Was this translation helpful? Give feedback.
Make sure the
setPublicClassFields
settings only affects YOUR sources, not any libraries/framework/etc sources:#3100 (comment)
You may also try
['@babel/plugin-transform-flow-strip-types']
mentioned later...