use react navigation

This commit is contained in:
2021-01-24 15:37:48 +01:00
parent 5d254ee0e1
commit ff2b1516b9
8 changed files with 270 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
rootProject.name = 'opendeck'
include ':react-native-gesture-handler'
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')
include ':react-native-orientation-locker'
project(':react-native-orientation-locker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-orientation-locker/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)