Initial commit

Generated by create-react-native-app 3.6.0.
This commit is contained in:
talksik
2021-06-01 17:59:14 +04:00
commit 59c699455e
58 changed files with 10790 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
rootProject.name = 'nirvana'
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
includeUnimodulesProjects()
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
applyNativeModulesSettingsGradle(settings)
include ':app'