Myroslav Hryhschenko

Results 37 comments of Myroslav Hryhschenko

@ArietNyshanbaev @fukemy solved the problem by wrapping the context view with its own view with its own styles.

same problem, help.

> Hi Guys, I'm having same issue. i'm using latest react native and react-native-image-crop-picker. But my app getting crashed while user taking picture on camera on specific mobiles like Redmi...

I tried downgrading to 8.1.1, the result is the same

@andresesfm with difficulty but 8.3.0 IapExample I was able to run .

@andresesfm I found what the problem was with Because Hermes was enabled and if it was, the pod `React-Core 0.64.2` would not install because it was not needed for work....

@andresesfm This seems to be a problem with **React 0.64 + Hermes (true) + IAP 8.30** I created a blank project and reproduced the same thing

> @BLOCKMATERIAL , have you tried: https://stackoverflow.com/a/60629386/570612 ? Didn't work ,same problem

> @BLOCKMATERIAL I'm able to run the IapExample app with Hermes just by changing this line: https://github.com/dooboolab/react-native-iap/blob/main/IapExample/ios/Podfile#L16 from `:hermes_enabled => flags[:hermes_enabled],` to `:hermes_enabled => true,` and running pod install again:...