woodbury shortridge

Results 5 comments of woodbury shortridge

@arronhunt I've got a new pkg going https://www.npmjs.com/package/rn-emoji-picker that follows some of your original ui design pattern (top tab bar, large emoji rows) but with major deviations: - it's storage...

Any updates on this issue? I am experiencing the same: cpu spikes with just a handful of custom markers and callouts(text only). 100% cpu in iOS using the google provider...

@christocracy I am also getting string instead of js date from onLocation callback

can we get this one merged? I tried a patch but build is failing :/ ``` 34 | return resolve(RNPermissionStatusRestricted); 35 | case kCLAuthorizationStatusAuthorizedWhenInUse: { > 36 | BOOL requestedBefore...

thanks @zoontek got it to compile and "work" (meaning I can request user to change to always) with this simple patch: ``` diff --git a/node_modules/react-native-permissions/ios/LocationAlways/RNPermissionHandlerLocationAlways.m b/node_modules/react-native-permissions/ios/LocationAlways/RNPermissionHandlerLocationAlways.m index 719e6be..241134d 100644 ---...