Results 37 comments of jay shah

When I swipe my finger left at a decent swiping speed, I get following log -> `' vx : ', 1.9513594000461165e-8, ' dy : ', -1.333343505859375, ' initialVelocityThreshold : ',...

looks like fix should land in rn 0.34 as per https://github.com/facebook/react-native/pull/8199

how do we allow outside touches, without closing tooltip?

This is how to reproduce this issue -> request location permission -> Do not wait for dialog -> press home -> press lock screen -> Unlock the lock screen ->...

Expo devs, it looks like expected behavior sometimes as per android OS docs, you can see it [here](https://developer.android.com/reference/androidx/core/app/ActivityCompat.OnRequestPermissionsResultCallback#onRequestPermissionsResult(int,java.lang.String[],int[])). I think we can remove extra strict null checks as it is...

Temporary patch that works for now: ``` diff --git a/node_modules/expo-location/android/src/main/java/expo/modules/location/LocationModule.java b/node_modules/expo-location/android/src/main/java/expo/modules/location/LocationModule.java index 9a66033..14cfa41 100644 --- a/node_modules/expo-location/android/src/main/java/expo/modules/location/LocationModule.java +++ b/node_modules/expo-location/android/src/main/java/expo/modules/location/LocationModule.java @@ -841,6 +841,16 @@ public class LocationModule extends ExportedModule implements LifecycleEventList private...

some personal emergency has come up. thanks if u can use patch i mentioned in comments.

Another question: Is this patch good enough for local use, till it is fixed upstream (here in expo?) cc @lukmccall @gabrieldonadel