Gary Fung

Results 66 comments of Gary Fung

On iOS ArrayBuffer support in RN. Looks like it's been resolved and merged? https://github.com/facebook/react-native/pull/4483

I'll report after I setup my app and test, I have Mac and xcode

Chiming in. "Reverting" to playwright headless browser auth flow and extract cookies for subsequent api use is the way to go, now that the cat and mouse game has escalated

Curious, try switching to [my fork](https://github.com/fungilation/node-summary)? I don't want some PRs merged to `master` here so my app is using my fork still, and it works fine for me on...

I'm not sure what's the cause of import issues. I'm on node 8.7 and using in my React Native app without issue. For reference in debugging, this is my `package.json`:...

@DonovanCharpin that's a good "fallback" but not as good as a contextual, inline tooltip.

@aleclarson no need with Catalyst? Just add Mac as new target next to iPhone and iPad, if RN proper fixes any kinks with that in Xcode 11. https://github.com/ptmt/react-native-macos/issues/244

Dead link. Another sample repo as ref for test failure annotations: https://github.com/mattallty/jest-github-action

I hit the same error. I'm on RN 0.41.2 and latest of this package. The solution after much poking around: ``` @import Firebase; ``` at top of `AppDelegate.m` (as mentioned...