first commit

This commit is contained in:
Gitea
2026-04-20 15:13:29 +05:30
120 changed files with 32938 additions and 0 deletions
+11
View File
@@ -110,6 +110,11 @@ android {
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
<<<<<<< HEAD
=======
implementation project(':react-native-vector-icons')
implementation project(':react-native-fs')
>>>>>>> dabur-store-dna
if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
@@ -117,3 +122,9 @@ dependencies {
implementation jscFlavor
}
}
<<<<<<< HEAD
=======
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
>>>>>>> dabur-store-dna
+7
View File
@@ -1,6 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<<<<<<< HEAD
=======
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
>>>>>>> dabur-store-dna
<application
android:name=".MainApplication"
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@@ -1,3 +1,7 @@
<resources>
<<<<<<< HEAD
<string name="app_name">PerformicsStoreDNA</string>
=======
<string name="app_name">Performics Store DNA</string>
>>>>>>> dabur-store-dna
</resources>
Binary file not shown.
Binary file not shown.