James Holcomb

Results 33 comments of James Holcomb

You can do this with a combination of branchUniversalObject.generateShortUrl() to obtain a short link then [Share](https://reactnative.dev/docs/share.html) to get the built-in Android modal.

Recently encountered the same error in production with 3.0.8. Unable to repro in dev. ``` npx react-native info System: OS: macOS 11.1 CPU: (8) x64 Intel(R) Xeon(R) CPU E5-1620 v2...

+1 for request this as well...and agree with the assertion by @kainosnoema that Campaigns would not be an appropriate solution.

After some more testing, the issue seems to be isolated to Android 10 + full screen gesture navigation (also repro'd on Pixel 3XL emulator). No problems when using 2 or...

This seemed to work around it `go get -u github.com/dty1er/kubecolor/cmd/kubecolor`

Yep, I threw together a quick sample using `react-native-mobx` https://github.com/jamesholcomb/mobx-remotedev/tree/master/examples/react-native-counter I can send a PR to his repo if you don't want it.

Have not tested on Android. I cloned your repo and got the same warnings about synthetic events. Were you using the Remote DevTools chrome extension? I could not get any...

Is there an advantage to using the extension over the UI debugger integration? Thanks for pointing out the issue with `react-native-button` 👍

Additionally, specifying `rawResult: true` does not work either. It's related to this issue since the virtual functions (e.g. `data()`) are not provided when the raw result from the driver is...