settings.gradle 277 Bytes
rootProject.name = 'customWebviewAndroid'
include ':react-native-webview-android-file-upload'
project(':react-native-webview-android-file-upload').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webview-android-file-upload/android')

include ':app'