Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
building things
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor-Carmo committed Feb 27, 2023
1 parent c91d255 commit 9b6e0d3
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .expo-shared/assets.json

This file was deleted.

11 changes: 9 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"supportsTablet": true
},
"android": {
"package": "com.vitor.sacocheiotvapp",
"softwareKeyboardLayoutMode": "pan",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#202020"
Expand All @@ -28,7 +30,12 @@
"web": {
"favicon": "./assets/favicon.png"
},
"sdkVersion": "45.0.0"
"sdkVersion": "45.0.0",
"extra": {
"eas": {
"projectId": "0ab2e754-db0c-45e1-9da0-dfff291f77b4"
}
}
},
"name": "app-sacocheio-tv"
}
}
39 changes: 39 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cli": {
"version": ">= 3.7.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m1-medium"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"resourceClass": "m1-medium"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {
"ios": {
"resourceClass": "m1-medium"
}
}
},
"submit": {
"production": {}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
"eject": "expo eject",
"build": "eas build -p android --profile preview"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.2",
Expand All @@ -32,6 +33,7 @@
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-task-manager": "~10.2.1",
"expo-updates": "~0.13.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
Expand Down
110 changes: 110 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,14 @@
uuid "^3.4.0"
wrap-ansi "^7.0.0"

"@expo/code-signing-certificates@0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.1.tgz#ac43f89b2a00c937b4e24e0d3a233b887ad3a31e"
integrity sha512-m1AVZGsMgpXRLULQ331AZdxh1D64Qbcb6z7A19JmXUrCQu3591zPn1wjR6J63/Dzi00m5TR5w+9GvqnFY5X//Q==
dependencies:
node-forge "^1.2.1"
nullthrows "^1.1.1"

"@expo/code-signing-certificates@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.2.tgz#65cd615800e6724b54831c966dd1a90145017246"
Expand Down Expand Up @@ -1213,11 +1221,37 @@
xcode "^3.0.1"
xml2js "0.4.23"

"@expo/config-plugins@~5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-5.0.0.tgz#19f699aafa5809756b9be055189a14842f8da7ae"
integrity sha512-Bgjgv64f/XqpXXKPAoGhc5dbmuJB8eOBkhV6FMI/RMP06HfL7EQvXgcBBoJThLAZVyd29XikFgaCvABt/NavxQ==
dependencies:
"@expo/config-types" "^46.0.0"
"@expo/json-file" "8.2.36"
"@expo/plist" "0.0.18"
"@expo/sdk-runtime-versions" "^1.0.0"
"@react-native/normalize-color" "^2.0.0"
chalk "^4.1.2"
debug "^4.3.1"
find-up "~5.0.0"
getenv "^1.0.0"
glob "7.1.6"
resolve-from "^5.0.0"
semver "^7.3.5"
slash "^3.0.0"
xcode "^3.0.1"
xml2js "0.4.23"

"@expo/config-types@^45.0.0":
version "45.0.0"
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-45.0.0.tgz#963c2fdce8fbcbd003758b92ed8a25375f437ef6"
integrity sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA==

"@expo/config-types@^46.0.0":
version "46.0.1"
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-46.0.1.tgz#ba5d6197222039de13aefdf0171d24b027781cd0"
integrity sha512-LQWGDagQ0YXGSJyLomNDZrYXj/cUP+wczs9y2M8MB9UDoSU6dbLRMiSX0FMhhKKdxBK0p92VQxZyqOzGpIYfSw==

"@expo/config@6.0.24", "@expo/config@^6.0.14", "@expo/config@~6.0.23":
version "6.0.24"
resolved "https://registry.yarnpkg.com/@expo/config/-/config-6.0.24.tgz#3602da8fdfa817e290a52fb328fc8ed9d6bc61e7"
Expand All @@ -1235,6 +1269,23 @@
slugify "^1.3.4"
sucrase "^3.20.0"

"@expo/config@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@expo/config/-/config-7.0.0.tgz#0289d4cadff48eaed33683384c41ae9a90bb8b00"
integrity sha512-4807iau5gTcCAMUDWxsXfBX4E3embZJREO9c098GiRgAvCBc7PCqdGs9jEAKakCxmPbMGBURL17rKYAsHtZuQw==
dependencies:
"@babel/code-frame" "~7.10.4"
"@expo/config-plugins" "~5.0.0"
"@expo/config-types" "^46.0.0"
"@expo/json-file" "8.2.36"
getenv "^1.0.0"
glob "7.1.6"
require-from-string "^2.0.2"
resolve-from "^5.0.0"
semver "7.3.2"
slugify "^1.3.4"
sucrase "^3.20.0"

"@expo/configure-splash-screen@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.6.0.tgz#07d97ee512fd859fcc09506ba3762fd6263ebc39"
Expand Down Expand Up @@ -1327,6 +1378,20 @@
resolve-from "^5.0.0"
sucrase "^3.20.0"

"@expo/metro-config@~0.3.7":
version "0.3.21"
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.3.21.tgz#f0ac853aa43291b678a26d9f3d7b5f873ed794dc"
integrity sha512-z3vaB+He/hvO3F65hdpmYjB2y969UtzB8u7M1y91AURDemsMT82xri7fjNxx6R4EVNzhr5a3PG93kArEDnuBfw==
dependencies:
"@expo/config" "7.0.0"
"@expo/json-file" "8.2.36"
chalk "^4.1.0"
debug "^4.3.2"
find-yarn-workspace-root "~2.0.0"
getenv "^1.0.0"
resolve-from "^5.0.0"
sucrase "^3.20.0"

"@expo/osascript@2.0.33", "@expo/osascript@^2.0.31":
version "2.0.33"
resolved "https://registry.yarnpkg.com/@expo/osascript/-/osascript-2.0.33.tgz#e9dcc8da54466c11939074aa71a006024ea884b1"
Expand Down Expand Up @@ -3517,6 +3582,11 @@ expo-constants@~13.1.0, expo-constants@~13.1.1:
"@expo/config" "^6.0.14"
uuid "^3.3.2"

expo-eas-client@~0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.2.1.tgz#cf67459589e9fe8e90f377833593fd425f069501"
integrity sha512-XlZr57iHxqo3+AT2TtcRipMuQEyXnTUAv7H5+KVvj6EEJEAHmwc9wZZdKzqf0MbVRUTOawZsl/b2iYanf+kQsQ==

expo-error-recovery@~3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/expo-error-recovery/-/expo-error-recovery-3.1.0.tgz#c841772e11ed55180e30ebf809580ab051b70535"
Expand All @@ -3537,6 +3607,11 @@ expo-font@~10.1.0:
dependencies:
fontfaceobserver "^2.1.0"

expo-json-utils@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.3.0.tgz#0c4a0195ee2bbde02cbb5f4d384d1cb63bea7493"
integrity sha512-ceo0pWFJqRAsNjZWX3rVDhy+NDzmrBNFOdvW+HE4EHqlt+OEUu9INIYKO8fU+g3ifI0VcKqHfvvj5wKsSpvPBw==

expo-keep-awake@~10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-10.1.1.tgz#03023c130f7e3824b738e3fdd5353b8a2c0c1980"
Expand All @@ -3557,6 +3632,13 @@ expo-linking@~3.1.0:
qs "^6.9.1"
url-parse "^1.5.9"

expo-manifests@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/expo-manifests/-/expo-manifests-0.3.0.tgz#724e85a4e726cb1ef775f9846c9ecb8d243a17d7"
integrity sha512-HegANp+KpZlMX0T2Zb8X7mAVkCThFDq1wjLIjkrSLHhKLczYI2xa/Z5Nk0Tm7qPdGT8NTInCDoOL/nUMtKdNyQ==
dependencies:
expo-json-utils "~0.3.0"

expo-modules-autolinking@0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.8.1.tgz#533c38192847d2272e9af986f8f4c58aae6dfff3"
Expand Down Expand Up @@ -3605,6 +3687,11 @@ expo-status-bar@~1.3.0:
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.3.0.tgz#d71fd0b880ea201905f5dd8abcd18db7476c9f03"
integrity sha512-UszYUsT8A8jSUebrXht095Iwv5VIdg61LPuyNNoC5gFP0E9G+8LgX68deqR4zhJOlbsgSH2cixxKhrGW+1HPZg==

expo-structured-headers@~2.2.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-2.2.1.tgz#739f969101de6bead921eee59e5899399ad67715"
integrity sha512-nY6GuvoS/U5XdhfBNmvXGRoGzIXywXpSZs2wdiP+FbS79P9UWyEqzgARrBTF+6pQxUVMs6/vdffxRpwhjwYPug==

expo-task-manager@~10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/expo-task-manager/-/expo-task-manager-10.2.1.tgz#7f57ad7118736d6f8375bd1be36c748605683a2f"
Expand All @@ -3613,6 +3700,29 @@ expo-task-manager@~10.2.1:
"@expo/config-plugins" "^4.0.14"
unimodules-app-loader "~3.1.0"

expo-updates-interface@~0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.6.0.tgz#cef5250106e59572afdfcf245c534754c8c844ba"
integrity sha512-oQcGTsE8mSkSxENPlWjZPGoJpt3RFDNPuO5d8shBDxBb4ZNH/W2ojavSFQMaLbNMoS0bYQQhzbRNEIBd306QMg==

expo-updates@~0.13.2:
version "0.13.3"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.13.3.tgz#1e55ba2682de4633f2d1d0424078873868821361"
integrity sha512-aVO3Ha+vRGnkJbqlJMNoQn/p31DMnhZSGUs977ixhb0ff2xs530vf4/zVi4s635lkwuCd23++oga44Z4quKV/w==
dependencies:
"@expo/code-signing-certificates" "0.0.1"
"@expo/config" "^6.0.14"
"@expo/config-plugins" "^4.0.14"
"@expo/metro-config" "~0.3.7"
arg "4.1.0"
expo-eas-client "~0.2.0"
expo-manifests "~0.3.0"
expo-structured-headers "~2.2.0"
expo-updates-interface "~0.6.0"
fbemitter "^3.0.0"
resolve-from "^5.0.0"
uuid "^3.4.0"

expo@~45.0.0:
version "45.0.6"
resolved "https://registry.yarnpkg.com/expo/-/expo-45.0.6.tgz#9c336d2052022b0606b07d02e2bd0f41d39109ab"
Expand Down

0 comments on commit 9b6e0d3

Please sign in to comment.