Commit 0c6bf855 by g-ouattara

new looks for app.json and generated eas.json for build

parent 2579d446
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
"permissions": [ "permissions": [
"android.permission.USE_BIOMETRIC", "android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT" "android.permission.USE_FINGERPRINT"
] ],
"package": "com.idrissouattara.beasymobile"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
...@@ -42,6 +43,11 @@ ...@@ -42,6 +43,11 @@
"launchMode": "most-recent" "launchMode": "most-recent"
} }
] ]
] ],
"extra": {
"eas": {
"projectId": "5fb441c9-b1c8-4a96-a132-3295cd732a55"
}
}
} }
} }
{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"env": {
"EXPO_PUBLIC_API_URL": "http://192.168.1.223:8001"
},
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}
\ No newline at end of file
Markdown is supported
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