Skip to content

Commit 468cd13

Browse files
authored
Merge pull request #7 from RustCONxyz/develop
v0.3.2-beta
2 parents c2f2800 + aac5cc9 commit 468cd13

4 files changed

Lines changed: 186 additions & 161 deletions

File tree

app.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
"name": "RustCON",
44
"owner": "kopter",
55
"slug": "rustcon",
6-
"version": "0.3.1-beta",
6+
"version": "0.3.2-beta",
77
"githubUrl": "https://github.com/RustCONxyz/mobile",
88
"orientation": "portrait",
99
"icon": "./assets/images/icon.png",
1010
"scheme": "myapp",
1111
"userInterfaceStyle": "automatic",
12+
"platforms": [
13+
"ios",
14+
"android"
15+
],
1216
"splash": {
1317
"image": "./assets/images/splash.png",
1418
"resizeMode": "contain",
@@ -44,6 +48,14 @@
4448
},
4549
"plugins": [
4650
"expo-router",
51+
[
52+
"expo-build-properties",
53+
{
54+
"android": {
55+
"usesCleartextTraffic": true
56+
}
57+
}
58+
],
4759
[
4860
"expo-notifications",
4961
{

0 commit comments

Comments
 (0)