react-native-chrome-custom-tabs
react-native-chrome-custom-tabs copied to clipboard
Support react-native 0.43 and newer
It just crashes.
@artdent I'm actually trying to use your fork, but it doesn't work too. Could you help making it work on the latest rn version? I no nothing about android code.
Thanks!
I just tested out my fork on RN 0.43, and everything worked fine. Can you post the stack trace from your crash? You should be able to see it in the device logs tab in Android Studio.
I'm confused about how do you import it.
According to the instructions I need to import in MainActivity.java
, but MainActivity.java
doesn't have the method getPackages
. MainApplication.java
does tho