Jānis Ieviņš
Jānis Ieviņš
I'm having the same issue in a react-native/react-native-web + react-query project using react-query version 4.29.7. Tried rolling back to 4.24.2 and I confirm that the issue is not present in...
I have faced a similar issue. Error message: The operation couldn’t be completed. (SKErrorDomain error 2.) iOS version: 17.3.1. react-native-iap version: 12.10.8
Facing the same issue. `react-native` version `0.74.2`, `@react-native-community/blur` version `4.3.2`.
I'm also experiencing `Unknown reactTag` issues being logged to Sentry in release mode. ``` @rnmapbox/maps: 10.1.40 react-native: 0.79.5 ```
@CharlesMangwa first of all, tnx for the quick reply! 🚀 I confirm that issue is fixed in the current version on `/main`! 🎉👍🙇 Though, I'm still getting the `Warning: useInsertionEffect...
Here's a patch that fixes the issue by ensuring we're not causing state opdates in Animated.timing callbacks (when hiding modals) too early. With this, I'm unable to reproduce the issue...
> [#3895](https://github.com/react-native-webview/react-native-webview/pull/3895) This is my attempt, tested on Expo SDK 54 Thank you @huynhducduy! I applied the changes from your PR to my project where and did some testing -...
I noticed exactly the same issue on iOS when increasing the amount of Images rendered inside MapBox.Images & was able to fix it using the `height: 0` workaround suggested by...