Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
G
beasy-mobile
Commits
0c6bf855
Commit
0c6bf855
authored
Sep 05, 2024
by
g-ouattara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new looks for app.json and generated eas.json for build
parent
2579d446
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
2 deletions
+36
-2
app.json
app.json
+8
-2
eas.json
eas.json
+28
-0
No files found.
app.json
View file @
0c6bf855
...
@@ -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"
}
}
}
}
}
}
eas.json
View file @
0c6bf855
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment