Skip to content

Commit

Permalink
chore: prebuild gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Dec 18, 2023
1 parent 6fc79fe commit 5c89eb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ yarn-error.*

# typescript
*.tsbuildinfo

android
ios

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"expo": "~49.0.21",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.6"
"react-native": "0.72.6",
"expo-splash-screen": "~0.20.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,13 @@ expo-modules-core@1.5.12:
compare-versions "^3.4.0"
invariant "^2.2.4"

expo-splash-screen@~0.20.5:
version "0.20.5"
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.20.5.tgz#ebeba3e3977606830f74f506ab2cc25042bb7efd"
integrity sha512-nTALYdjHpeEA30rdOWSguxn72ctv8WM8ptuUgpfRgsWyn4i6rwYds/rBXisX69XO5fg+XjHAQqijGx/b28+3tg==
dependencies:
"@expo/prebuild-config" "6.2.6"

expo-status-bar@~1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.6.0.tgz#e79ffdb9a84d2e0ec9a0dc7392d9ab364fefa9cf"
Expand Down

0 comments on commit 5c89eb8

Please sign in to comment.