new mobile project

This commit is contained in:
Dobromir Popov
2024-02-14 18:02:49 +02:00
parent 7bb857a384
commit 8edaa4b937
59 changed files with 2268 additions and 0 deletions

View File

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