McFly78
McFly78
Found a workaround updating v3.4.2 Header.js component (/node_modules/react-native-elements/dist/header/Header.js) Header flickering issue is coming from react-native-safe-area-context. Some links about this issue: https://github.com/th3rdwave/react-native-safe-area-context/issues/219 https://github.com/th3rdwave/react-native-safe-area-context/issues/175 https://github.com/th3rdwave/react-native-safe-area-context/issues/114 Workaround: I use useSafeAreaInsets instead of SafeAreaView....
@mourner @ted-piotrowski Wow !!!! Thank you It's Awesome !!! Do you you know if it is possible to change the opacity or the color of shadows ? Opacity parameter is...
@ted-piotrowski Thanks so much ! It's great, It's working really fine !
Same for me on IOS. When using a created Mapbox studio style, the location used when the app first open is the default location configured for the style in "Default...
For ProtonMail the URL is: URL="protonmail://mailto:[email protected]?subject=SubjectTitleOfEMail&body=MessageBodyFooBar" https://github.com/ProtonMail/ios-mail/issues/27 I did a quick modification test for the function openComposer() on IOS and it's working for me. It needs to be optimised. [ios.js.zip](https://github.com/includable/react-native-email-link/files/11542842/ios.js.zip)
> I'm having this issue on RN 0.80.1 not working on iOS and Android Same for me on IOS with 0.80.2 (New Architecture). Not tested on Android.
Hello, On IOS I’m seeing the same issue using react-native-gifted-charts v1.4.63 after upgrading from React Native 0.74.4 to 0.80.2 with the New Architecture enabled. • First visit to the screen:...
Hello, Same for me with MapBox 11.4.0 using Xcode 15.4 On Sentry, I see crashs on IOS 17.5.1, 17.6 and 18.0 devices.
Hi @tatiana-yan, Thanks very much for your help. I would say that the crash is maybe related to the **Telemetry deactivation**. In my app I globally deactivated the MapBox Telemetry....
@tatiana-yan, In debug mode I had the same crash 3 days ago in Xcode. I made a photo when it happened if it can help you. Telemetry was deactivated when...