Philip Chen
Philip Chen
@nickokgo reinstall it the 2nd time worked for me somehow
Same issue. Weirdly that it works as expected after a hot reload (when I save a code change).
@NickFoden Have been stuck with this as well. My workflow is: Client upload to storage => resize extension => onStorageFinalize => cloud function to blur image & upload to storage...
Any plan to merge this?
Still seeing this problem with `Pressable` as well. `onPress` is fired before `onPressOut` when pressing quickly. If I press and hold for a while then `onPressOut` is fired first. Also...
Any idea what may cause this problem?
Hey @jpdriver, I'm getting this only in Android. I thing AppDelegate.m is not relevant?
Would love to know as well. I've been trying to use VSCode debugger for onCall functions following this guide which only demo's debugging http functions: https://medium.com/@mwebler/debugging-firebase-functions-with-vs-code-3afab528bb36 And the 2 problems...
Was also looking for an alternative to `react-native-debugger` and found this awesome project. Hope diff feature will be added soon!
Using `"babel-plugin-transform-inline-environment-variables": "^0.2.0"`. With `"react-native": "0.41.2"`. I have these npm scripts: ``` "build-dev": "REACT_NATIVE_ENVIRONMENT=DEV react-native run-ios --scheme 'boca-debug' --configuration 'Debug'", "build-staging": "REACT_NATIVE_ENVIRONMENT=STAGING react-native run-ios --scheme 'boca-staging' --configuration 'Staging'", "build-prod": "REACT_NATIVE_ENVIRONMENT=PROD...