Initial commit

Generated by react-native@0.74.3
This commit is contained in:
2024-07-19 10:21:23 +08:00
commit 041251c133
60 changed files with 12775 additions and 0 deletions

4
android/settings.gradle Normal file
View File

@@ -0,0 +1,4 @@
rootProject.name = 'ReactNativeProject'
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')