Add settings page

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-09 00:34:31 +03:00
parent 51f98fb71c
commit 2c5bd7cda2
18 changed files with 554 additions and 44 deletions

View File

@@ -118,6 +118,8 @@ dependencies {
} else {
implementation jscFlavor
}
implementation project(':react-native-fs')
}
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

View File

@@ -2,3 +2,6 @@ rootProject.name = 'TerminallyOnline'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')
include ':react-native-fs'
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')