react-native-custom-tabs
react-native-custom-tabs copied to clipboard
package com.github.droibit.android.reactnative.customtabs does not exist
Please add to documentation:
dependencies {
...
compile project(':react-native-custom-tabs')
...
}
I have the same problem, any idea?
Hello,
Please also add: in settings.gradle
include ':react-native-custom-tabs'
project(':react-native-custom-tabs').projectDir = file('../node_modules/react-native-custom-tabs/android')
when using in react-native code:
import { CustomTabs } from 'react-native-custom-tabs';