Ivan Harelik
Ivan Harelik
The issue fixed via installing esp8266 v2.6.0. Now everything works stable. First of all, I was trying to install fork from Gunner (86 in 1). When I followed instructions from...
@ManuBu This is my little implementation to fix the current issue - https://github.com/Warecorp/react-native-photo-view/commit/7a77dd5f519d1bf408111a9a2d21216a0d48e8d0 I didn't implement a common approach because I am needed to show only local images (from document...
I have the same issue with RN0.76: Android works fine but iOS shows empty space
Can confirm the bug: - Device: iOS simulator - OS: 18.3 - Version: 1.19.0 - Xcode Version: 16.2 (16C5032a) - RN Version: 0.72 (Hermes enabled, new arch disabled)
@christocracy I have RN 0.72, plugin version 4.14.3 and the same issue. But I did set listeners BEFORE calling .ready() method. It works as expected on Android 14. And there...
@christocracy Was your previous message addressed to me? If so, I don't understand how walking with the real device can help to catch missing "onEnabled" callback? I see this issue...
@christocracy I wasn't accurate when was reading issue title. I'm sorry. I have NO the same issue. It's something different.
"@react-native-firebase/messaging": "19.2.2", "@notifee/react-native": "9.1.8", "react-native": "0.72.14", No new Arch, but Hermes enabled. Tested on both platforms on real devices - both work as expected (there is no "null" in getInitial...)
For me it's was cache issue. Clearing bundler cache helped.
I had similar issue. But I had an carousel item with scrollview inside. By some reason after I upgraded RN to NewArch and upgraded RNGH I had to wrap all...