Files
tasq/node_modules/gun/examples/react-native/android/settings.gradle
T
2026-04-09 19:01:53 +08:00

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'