Zehra Tok

Results 7 comments of Zehra Tok

I was encountering the error **Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 16}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.'** and based...

> I'm also facing this issue whenever I use refreshControl the speed of marquee increases @zehratok I used your code now it's fixed Thanks I'm glad I could help you...

> The versions mentioned in the issue for the following packages differ from the latest versions on npm: > > * `@react-navigation/stack` (found: `7.1.2`, latest: `7.3.4`) > * `@react-navigation/native` (found:...

I am encountering the same issue with `react-native-hms-iap`. I haven't found any solution, have you?

> Same issue for me +1 I resolved the modal flash issue by leveraging the onModalHide prop of react-native-modal to ensure that actions are executed only after the animation has...

**Solution: Delaying Logout Action Until After Modal Animation** I solved the modal flash issue by deferring the logout action until after the modal close animation finishes. Here’s how: When the...

> [@zehratok](https://github.com/zehratok) is this reproducible in android? I used the same solution for both Android and iOS, and I didn’t encounter any problems