Sanjay Kochrekar
Sanjay Kochrekar
Yes App crash immediately as render component with fresh iOS project.
@peterchibunna after lot of reaserach I found this solution. [watch youtube video](https://www.youtube.com/watch?v=GrDBJxIyjac.) create file fixPatch.js in project(root) folder and add this code. ``` const {execSync} = require('child_process') console.log('start patching') execSync('git...
> I hope you didn't forget to install `@react-native-community/art` ? yes
I'm facing same problem on android device.