1.0.4 • Published 2 years ago
intellicon v1.0.4
INTELLICON CHAT COMPONENT
Android
Edit android/app/build.gradle ( NOT android/build.gradle ) and add the following:
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")dependencies {
...
compile project(':react-native-video')
+ implementation "androidx.appcompat:appcompat:1.0.0"
+ implementation project(':react-native-fs')
+ implementation project(':react-native-vector-icons')
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
}Edit android/settings.gradle and add the following:
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer')include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')include ':react-native-fs'
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')