Cristiano Coelho
Cristiano Coelho
I see, that is probably something different then. Do you see this in iOS, Android, or both? I know iOS has a bunch of options to tell it what's the...
Just gave it a quick test and it seems like it happens only on Android? Seems to be working as you would expect in iOS (same orientation with the phone...
@jahau the difference is that the iOS version of the code relies entirely on the framework (no math, no odd sensor usage, just a simple query). On the other hand,...
Looking forward for a "non monkey patch" solution of this. Foreign object are specially useful for text wrapping since textArea is not supported almost anywhere.
Just got this error in a React Native project. "react": "16.13.1", "react-native": "0.61.5"
Probably this line here: https://github.com/Agontuk/react-native-geolocation-service/blob/master/ios/LocationProvider.swift#L41 Should be using safe unwrapping (e.g., use a non-null local variable).
PR that should prevent the issue: https://github.com/Agontuk/react-native-geolocation-service/pull/370
@Agontuk any updates? We need this asap as we see many crashes due to this.
@Agontuk can we close this and do a new release with the merged PR?
Any ideas where the background is coming from? I've tried to mess around with the animation config and styles and it's always white.