Skip to content
Snippets Groups Projects
Commit 05f93c9a authored by gmuni001's avatar gmuni001
Browse files

merging files from gitlab

parents 05e166c3 3c88019c
Branches
No related merge requests found
......@@ -76,5 +76,3 @@ yarn-error.*
# typescript
*.tsbuildinfo
# @end expo-cli
\ No newline at end of file
......@@ -35,6 +35,8 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="com.codingstuffonline.Photographyapp"/>
<data android:scheme="exp+photographyapp"/>
<data android:scheme="com.codingstuffonline.Photographyapp"/>
<data android:scheme="exp+photographyapp"/>
</intent-filter>
</activity>
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
......
......@@ -26,7 +26,9 @@
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
......@@ -45,6 +47,8 @@
"backgroundColor": "#ffffff"
},
"package": "com.codingstuffonline.Photographyapp"
},
"package": "com.codingstuffonline.Photographyapp"
},
"web": {
"favicon": "./assets/favicon.png"
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start --dev-client",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment