-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object (evaluating 'ChromeManager.openURL') #31
Comments
+1 I have the same issue. |
I ended up not using it for the application and used a WebView wrapper to open the url instead. |
I had a similar issue, the problem was that the podspec on the 'develop' branch apparently did not install correctly the DBChromeManager.h/c that is located in the ios/ folder. I've solved the problem by manually including DBChromeManager.h/c in my IOS project. |
In case someone's here due to a similar issue It should be import {Customtabs} from 'react-native-custom-tabs'; Not import Customtabs from 'react-native-custom-tabs'; |
@nadav2051 where did you put DBChromeManager.h file exactly? I am having same problem |
No, it is not working |
Trying to run on iOS. if I delete chrome app on my iphone the code works perfectly but opens up in Safari.
The text was updated successfully, but these errors were encountered: