aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-09 21:56:24 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-09 21:56:24 +0100
commit9173d98070a0463b352625c2e50d20543f7c12fb (patch)
tree563ac23bbb8caaebc0406985461b54a4f9fdb5ee /app.json
downloadnotes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.tar.gz
notes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.tar.bz2
notes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.zip
Created a new Expo app
Diffstat (limited to 'app.json')
-rw-r--r--app.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/app.json b/app.json
new file mode 100644
index 0000000..c0e5576
--- /dev/null
+++ b/app.json
@@ -0,0 +1,33 @@
+{
+ "expo": {
+ "name": "AwesomeProject",
+ "slug": "AwesomeProject",
+ "version": "1.0.0",
+ "orientation": "portrait",
+ "icon": "./assets/icon.png",
+ "userInterfaceStyle": "light",
+ "splash": {
+ "image": "./assets/splash.png",
+ "resizeMode": "contain",
+ "backgroundColor": "#ffffff"
+ },
+ "updates": {
+ "fallbackToCacheTimeout": 0
+ },
+ "assetBundlePatterns": [
+ "**/*"
+ ],
+ "ios": {
+ "supportsTablet": true
+ },
+ "android": {
+ "adaptiveIcon": {
+ "foregroundImage": "./assets/adaptive-icon.png",
+ "backgroundColor": "#FFFFFF"
+ }
+ },
+ "web": {
+ "favicon": "./assets/favicon.png"
+ }
+ }
+}