Felipe Chernicharo
Results
1
comments of
Felipe Chernicharo
same issue only in Android. iOS works fine. solution (a bit unfortunate): disable newArch ``` // app.json { "expo": { "newArchEnabled": false, } } ```