Skip to content

Commit

Permalink
Add build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiKiru committed Apr 18, 2022
1 parent 56b8da9 commit dc7e475
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0E0E0E"
}
},
"package": "com.saikiru.eclipse_pomodoro"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
35 changes: 35 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cli": {
"version": ">= 0.48.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"sample": {
"android": {
"buildType": "apk"
}
},
"production": {}
},
"submit": {
"production": {}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"expo": "~44.0.0",
"expo-dev-client": "~0.8.4",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
54 changes: 53 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
xcode "^3.0.1"
xml2js "0.4.23"

"@expo/[email protected]", "@expo/config-plugins@^4.0.2":
"@expo/[email protected]", "@expo/config-plugins@^4.0.14", "@expo/config-plugins@^4.0.2":
version "4.1.1"
resolved "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-4.1.1.tgz#ffb20b3d2be4e2509e8bf846721641dc072718c7"
integrity sha512-lo3tVxRhwM9jfxPHJcURsH5WvU26kX12h5EB3C7kjVhgdQPLkvT8Jk8Cx0KSL8MXKcry2xQvZ2uuwWLkMeplJw==
Expand Down Expand Up @@ -2454,6 +2454,41 @@ expo-constants@~13.0.2:
"@expo/config" "^6.0.6"
uuid "^3.3.2"

expo-dev-client@~0.8.4:
version "0.8.4"
resolved "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-0.8.4.tgz#c521da0818ee846e24bfc96a901350342eba5ded"
integrity sha512-FB5ouz9dMyccnuYbuAi0EcTNdRh+5vPGuOuhYWo5Fq3SBTU8ZdKQmcMidAoHOrYgMzQWiT+S7ypt0AjxPSgHnA==
dependencies:
"@expo/config-plugins" "^4.0.14"
expo-dev-launcher "0.10.4"
expo-dev-menu "0.9.3"
expo-dev-menu-interface "0.5.3"
expo-manifests "~0.2.2"
expo-updates-interface "~0.5.0"

[email protected]:
version "0.10.4"
resolved "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-0.10.4.tgz#b4a6f01b3aa10afa142fb6c91b18c6983433d8fd"
integrity sha512-ItqkxzzwgeK4+o9hyV3/YAvPxiVIXtcOWPcjpuPxYDtLigF4D4sMSqRb1aBA+7Nmxoc6EuLASZnvge0WPco+cA==
dependencies:
"@expo/config-plugins" "^4.0.14"
expo-dev-menu "0.9.3"
resolve-from "^5.0.0"
semver "^7.3.5"

[email protected]:
version "0.5.3"
resolved "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-0.5.3.tgz#d1a43ef450d6c727780ed3018376046f0a185980"
integrity sha512-i1d7vtKILnq7mo6r5jSQ++UxkpP+VX/IkOAKuWGeB/B32pCTFCD32rplymFS3qPQ+vlmb5zKl5yhYSYZSVobhg==

[email protected]:
version "0.9.3"
resolved "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-0.9.3.tgz#d4572d86c28b19f4f807534091122b5077821cba"
integrity sha512-ZUCDSO2rAhFOKuCXdwBf09VVkvAqZBhjA36b7YkwfvKxQ4nb6ZbB/JRCdtxLcre5hDJX1ya3YMNPY3R0/WCBbg==
dependencies:
"@expo/config-plugins" "^4.0.14"
expo-dev-menu-interface "0.5.3"

expo-error-recovery@~3.0.5:
version "3.0.5"
resolved "https://registry.npmjs.org/expo-error-recovery/-/expo-error-recovery-3.0.5.tgz#1802b733e998606a8fcfb0abe6682c334319ef75"
Expand All @@ -2474,11 +2509,23 @@ expo-font@~10.0.5:
dependencies:
fontfaceobserver "^2.1.0"

expo-json-utils@~0.2.0:
version "0.2.1"
resolved "https://registry.npmjs.org/expo-json-utils/-/expo-json-utils-0.2.1.tgz#a8d15181e361f3fc782d5241ce381851bab4465b"
integrity sha512-wU7gXGtaUlyxFLTp5e3PbnJB90/92r6gEc2BuMHdqE0OxhTQKyKzRszk2szCsdkeI7L4XntvZhCs1Px+gL1gvA==

expo-keep-awake@~10.0.2:
version "10.0.2"
resolved "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-10.0.2.tgz#706bda839782bb3e8ad4cbe43bde471a56368813"
integrity sha512-Ro1lgyKldbFs4mxhWM+goX9sg0S2SRR8FiJJeOvaRzf8xNhrZfWA00Zpr+/3ocCoWQ3eEL+X9UF4PXXHf0KoOg==

expo-manifests@~0.2.2:
version "0.2.4"
resolved "https://registry.npmjs.org/expo-manifests/-/expo-manifests-0.2.4.tgz#28aa7a0b21d8b932e1a49c836cfc31b5a9cd1f9c"
integrity sha512-8PrMPyvElKXflYd1ApDHJR9JF0SR996iVEVQgHAMLzVP7OqEAM6dQaFeqrRqVn/DSsxEWkJTpxv8WJ5NWrT4Lg==
dependencies:
expo-json-utils "~0.2.0"

[email protected]:
version "0.5.5"
resolved "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-0.5.5.tgz#6bcc42072dcbdfca79d207b7f549f1fdb54a2b74"
Expand All @@ -2503,6 +2550,11 @@ expo-status-bar@~1.2.0:
resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.2.0.tgz#16e73205da563f9536f562e439081e30e318a82e"
integrity sha512-pVZZ/kDCXFK79E4dCtRecs3XLC8aiwlciutSd/fFmUPJSQZ1Txia6hlKajPt0GAYft8/YnT0V3URXzWZOBniYQ==

expo-updates-interface@~0.5.0:
version "0.5.1"
resolved "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-0.5.1.tgz#b390622f60b353bb352def895a32dc800a21a4dc"
integrity sha512-RLvC69o1BkhHP6hNaWiIvSiTgXABB9v4HnoietoXKFHlAyxlQCupy6ki164KpZNrOS/PFJ2WWqZOvKfiyDVO+w==

expo@~44.0.0:
version "44.0.6"
resolved "https://registry.npmjs.org/expo/-/expo-44.0.6.tgz#5454f08abb07166e55eb55b5fc4d45b5ad416ff4"
Expand Down

0 comments on commit dc7e475

Please sign in to comment.