Saïd Kherif

Results 3 comments of Saïd Kherif

We got this issue in our team. We suspect Hermes to not be compatible with Hermes. You can try to delete flipper integration in your Android folder. For us we...

- Delete it from packages.json - Android folder -> app -> src -> main -> java -> com -> yourApp -> MainApplication.java - Search for "initializeFlipper" and delete it -...

An advice which worked in my case : try to read the file with fs.readFile(...) just before resizing. If readFile return an error you got your issue, your file don't...