Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Aug 29, 2024
1 parent 9f7a8b2 commit 9e16790
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 181,388 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ yarn-error.*
.idea/

.yarn/*

ios/
android/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
148,049 changes: 0 additions & 148,049 deletions .yarn/releases/yarn-1.22.22.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

17 changes: 10 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scheme": "reflectionsprojections",
"name": "rp-mobile-2024",
"slug": "rp-mobile-2024",
"version": "1.0.0",
"runtimeVersion": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -26,7 +26,8 @@
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "org.reflectionsprojections.app"
},
"android": {
"adaptiveIcon": {
Expand All @@ -36,17 +37,19 @@
"permissions": [
"android.permission.CAMERA"
],
"package": "com.rpdev2024.rpmobile2024"
"package": "org.reflectionsprojections.app"
},
"web": {
"favicon": "./assets/favicon.png"
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/d54e6f30-0fdc-427a-bab4-a1bad3a57fcf"
},
"owner": "rpdev2024"
"owner": "rpdev2024",
"extra": {
"eas": {
"projectId": "d54e6f30-0fdc-427a-bab4-a1bad3a57fcf"
}
}
}
}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 11.0.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
Loading

0 comments on commit 9e16790

Please sign in to comment.