Skip to content

Commit 6aaa1f8

Browse files
authored
Merge pull request #2 from AstronautoLunar/developer
Developer
2 parents e4135da + 66c4b6a commit 6aaa1f8

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Pedro Paulo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"adaptiveIcon": {
2424
"foregroundImage": "./assets/adaptive-icon.png",
2525
"backgroundColor": "#FFFFFF"
26-
}
26+
},
27+
"package": "com.astronautolunar.imc"
2728
},
2829
"web": {
2930
"favicon": "./assets/favicon.png"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@react-native-async-storage/async-storage": "~1.15.0",
1717
"expo": "~44.0.0",
1818
"expo-status-bar": "~1.2.0",
19+
"expo-updates": "~0.11.6",
1920
"react": "17.0.1",
2021
"react-dom": "17.0.1",
2122
"react-native": "0.64.3",

yarn.lock

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3137,11 +3137,23 @@ expo-font@~10.0.5:
31373137
dependencies:
31383138
fontfaceobserver "^2.1.0"
31393139

3140+
expo-json-utils@~0.2.0:
3141+
version "0.2.1"
3142+
resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.2.1.tgz#a8d15181e361f3fc782d5241ce381851bab4465b"
3143+
integrity sha512-wU7gXGtaUlyxFLTp5e3PbnJB90/92r6gEc2BuMHdqE0OxhTQKyKzRszk2szCsdkeI7L4XntvZhCs1Px+gL1gvA==
3144+
31403145
expo-keep-awake@~10.0.2:
31413146
version "10.0.2"
31423147
resolved "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-10.0.2.tgz"
31433148
integrity sha512-Ro1lgyKldbFs4mxhWM+goX9sg0S2SRR8FiJJeOvaRzf8xNhrZfWA00Zpr+/3ocCoWQ3eEL+X9UF4PXXHf0KoOg==
31443149

3150+
expo-manifests@~0.2.2:
3151+
version "0.2.4"
3152+
resolved "https://registry.yarnpkg.com/expo-manifests/-/expo-manifests-0.2.4.tgz#28aa7a0b21d8b932e1a49c836cfc31b5a9cd1f9c"
3153+
integrity sha512-8PrMPyvElKXflYd1ApDHJR9JF0SR996iVEVQgHAMLzVP7OqEAM6dQaFeqrRqVn/DSsxEWkJTpxv8WJ5NWrT4Lg==
3154+
dependencies:
3155+
expo-json-utils "~0.2.0"
3156+
31453157
expo-modules-autolinking@0.5.5:
31463158
version "0.5.5"
31473159
resolved "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-0.5.5.tgz"
@@ -3166,6 +3178,31 @@ expo-status-bar@~1.2.0:
31663178
resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.2.0.tgz"
31673179
integrity sha512-pVZZ/kDCXFK79E4dCtRecs3XLC8aiwlciutSd/fFmUPJSQZ1Txia6hlKajPt0GAYft8/YnT0V3URXzWZOBniYQ==
31683180

3181+
expo-structured-headers@~2.1.0:
3182+
version "2.1.1"
3183+
resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-2.1.1.tgz#bdbf8752af36c7d3203540476af55562546b6aeb"
3184+
integrity sha512-0up4sfHHsiK2YLpTwD/ssUD2oeSGzVUeARnu/itKAJO4zHqjpc+m8N1s7HPSJcdC7fdDpMjzcdrDasT0o+cOAw==
3185+
3186+
expo-updates-interface@~0.5.0:
3187+
version "0.5.1"
3188+
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.5.1.tgz#b390622f60b353bb352def895a32dc800a21a4dc"
3189+
integrity sha512-RLvC69o1BkhHP6hNaWiIvSiTgXABB9v4HnoietoXKFHlAyxlQCupy6ki164KpZNrOS/PFJ2WWqZOvKfiyDVO+w==
3190+
3191+
expo-updates@~0.11.6:
3192+
version "0.11.6"
3193+
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.11.6.tgz#5541f2f791d51cd51c4a37a3e241c8d167226d2d"
3194+
integrity sha512-nTzEc/z0/QHwu6gJhYSh5TWDSzNLO9bmtP4aQzStfqT8RRoh1bYRomszxjc7e3CsZT8xrG88XKlZ4iKL6zHLoQ==
3195+
dependencies:
3196+
"@expo/config" "^6.0.6"
3197+
"@expo/config-plugins" "^4.0.2"
3198+
"@expo/metro-config" "~0.2.6"
3199+
expo-manifests "~0.2.2"
3200+
expo-structured-headers "~2.1.0"
3201+
expo-updates-interface "~0.5.0"
3202+
fbemitter "^2.1.1"
3203+
resolve-from "^5.0.0"
3204+
uuid "^3.4.0"
3205+
31693206
expo@~44.0.0:
31703207
version "44.0.6"
31713208
resolved "https://registry.npmjs.org/expo/-/expo-44.0.6.tgz"

0 commit comments

Comments
 (0)