Skip to content

Commit

Permalink
add expo secure store
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jun 6, 2024
1 parent ecde814 commit ebd1c5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "app.lini.app"
Expand All @@ -27,7 +29,10 @@
"web": {
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": [
"expo-router",
"expo-secure-store"
],
"extra": {
"router": {
"origin": false
Expand Down
1 change: 1 addition & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"expo-font": "~12.0.6",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.14",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-standard-web-crypto": "^1.8.1",
"expo-status-bar": "~1.12.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4519,6 +4519,11 @@ expo-router@~3.5.14:
react-native-helmet-async "2.0.4"
schema-utils "^4.0.1"

expo-secure-store@~13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/expo-secure-store/-/expo-secure-store-13.0.1.tgz#fc886d3e0ed12890c8dd74e7cc44e35b03f2d79b"
integrity sha512-5DTKjbv98X7yPbm+1jER/sOEIlt2Ih7qwabTvkWDXry5bPcQGoulxH5zIX9+JvVH7of8GI4t7NSEbpAO3P7FZA==

[email protected], expo-splash-screen@~0.27.4:
version "0.27.4"
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.27.4.tgz#d7a86a2a1a87824ed47388aa8836e91b61268c62"
Expand Down

0 comments on commit ebd1c5a

Please sign in to comment.