gentlee

Results 28 comments of gentlee

And also there should be a proper message why plugin is not available, but not `device not supported` !!!! Flipper is a pure pain 💩

> The issue for me was custom port, and special env parameter for custom port didn't work. There definitely should be port number somewhere in settings and it should work....

Faced that issue on my 3rd project. The fix was to use 0.235.0 version (for 0.239.0 it doesn't work).

@rickhanlonii as @jy14898 mentioned, [that my PR](https://github.com/facebook/react/pull/27776) also has tests for that issue.

Hey @markerikson, I [fixed](https://github.com/facebook/react/pull/27776) it in react.

For now workaround is using html element ref for web, provided by findNodeHandle: ```typescript measureComboboxLayout: ( callback: (x: number, y: number, width: number, height: number) => void ) => {...

Here is how I solved it: This patch adds `activityToOpenOnAnswer` prop to setup settings (in `com.test.app.MainActivity` format), which forces opening provided activity when user answers a call. Tested on android...

yes it does, you need to follow this lib docs to configure handling calls

From what I have learned so far: THIS LIBRARY **DOESN'T SUPPORT** HANDLING **BACKGROUND NOTIFICATIONS** FROM JS ON **ANDROID** WHEN APP IS **CLOSED** -- **More details** 1. Android [restricted](https://developer.android.com/guide/components/activities/background-starts) starting activities...

This PR would save WEEEEKS for me, when it will be merged?