Thahzan Mohomed

Results 8 comments of Thahzan Mohomed

In case someone's here due to a similar issue `undefined is not an object (evaluating 'ChromeManager.default.openURL')`, make sure your import is correct. It should be ```javascript import {Customtabs} from 'react-native-custom-tabs';...

It always throws a `File not found` error on Android. My file path is like `content://com.google.android.apps.contentproviders/....` EDIT My bad. Using a path instead of a URI works as expected.

In our case, it was `openLink` being called more than once from a `useEffect`. After making sure it only get called once, the crash disappeared. Thanks @amytang0

Hi. My apologies for the VERY late reply. I am not actively maintaining it, but I am more than happy to welcome PRs

Any resolutions for this error?

@david-gettins thanks! PR Updated. Also, I noticed latest version of markdown-it is 14.1.0 now. Didn't have the time to test it out to see if works or not. If someone...

After hours of trial and error figured out using `.replaceText(...)` opened the keyboard in a weird state which stopped the known workarounds to dismiss the keyboard. Using `.typeText(...)` worked for...