Pavel Ermakov

Results 17 comments of Pavel Ermakov

I've got the same issue when I tried to upgrade react-native to 0.57.0. I followed the steps mentioned the change log (https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#057), but had no luck.

This one is quite annoying: ![image](https://user-images.githubusercontent.com/10779996/55872129-e4988900-5b94-11e9-9c6d-2c8203544a33.png)

Same for me. Could not find a working solution.

@jemise111 Do you have any tips to solve this issue?

I have upgraded to the latest version (1.1.5 at the time of writing this comment) and it worked for me.

@rusakovic I'm glad I'm not the only one who can't stand flipper. Too bad flipper is now shipped and installed by default.

I can confirm that it is not working on android. It does not throw any errors either. my specs: - [email protected]

I have the same issue, but in case, the initial render is fine, but the subsequent ones are throwing this issue.

How about this ``` "transformIgnorePatterns": [ "/node_modules/(?!react-native)/.+" ], ```