Phillip Key

Results 9 comments of Phillip Key

`requires that an explicit value for android:exported be defined when intent filters are present` I'd try adding `android:exported="false"` in the service tag.

This is a major issue since the most up to date version of rn-fetch-blob contains a security vulnerability which blocks apps from being updated on the google play store. https://github.com/joltup/rn-fetch-blob/issues/669

Is there any update on this issue? I'm experiencing the same. Not being able to utilize deep linking is a huge miss right now.

@KazuCocoa This isn't really a question. It seems to be broken and easily reproducible and has been for several months with no action: [#13940](https://github.com/appium/appium/issues/13940) There is an issue with navigating...

@KazuCocoa we were able to come up with a reproducible test. This [repo](https://github.com/phillipkey/React-Navigation-Appium-Test) shows that any time there is a certain level of depth to the components, Appium is unable...

sorry, i was not detailed enough. i meant CUSTOM emoji support.

i ran into this issue today and the fix for me was to add the python lib to my PATH `export PATH="$PATH:/Users/[username]/Library/Python/3.8/bin"` in my .zshrc fixed for me

@arekkubaczkowski - I am currently trying to tap into some functionality like this and I _believe_ @gorhom's intent is to use `gestureEventsHandlersHook` to provide callbacks for `handleOnStart`, `handleOnEnd`, `handleOnActive`. Am...