-
For some reason, sometimes when I work with flow, it's bugs out my app in react native. I have some stores that already have flow and they seem to work fine, yet for others when I wrap functions my entire app breaks. But there's no error, just all the images don't load, and there are no responses to normal clicks, gestures etc. I haven't been able to find anyone else with this issue on the internet I asked about this in an issue back in oct #1820 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @1mike12! Hmm, very interesting. Do you think you could create a minimal repository that reproduces your problem that we can take a look at? |
Beta Was this translation helpful? Give feedback.
-
Just in case any poor soul from the future: So I tried creating a complete barebones app that still had the bug, I tried creating a brand new app from boilerplate which didn't have the bug. I ended up manually copying everyting from the old app under /app and other specific project config files to a new boilerplate. Everything worked afterwards. But even viewing the diff, between right before and after copying, there was nothing that stood out that could explain the problem. |
Beta Was this translation helpful? Give feedback.
Just in case any poor soul from the future:
So I tried creating a complete barebones app that still had the bug, I tried creating a brand new app from boilerplate which didn't have the bug. I ended up manually copying everyting from the old app under /app and other specific project config files to a new boilerplate. Everything worked afterwards. But even viewing the diff, between right before and after copying, there was nothing that stood out that could explain the problem.