tasq/node_modules/gun/examples/react-native/android/settings.gradle

6 lines
225 B
Groovy

rootProject.name = 'GunDemo'
include ':react-native-webview-bridge'
project(':react-native-webview-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webview-bridge/android')
include ':app'