Skip to content

Commit

Permalink
#52 adding expo-secure-store
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Nov 21, 2024
1 parent 2fc2c03 commit 639e51c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nr-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"plugins": [
"expo-router",
"expo-font"
"expo-font",
"expo-secure-store"
],
"experiments": {
"typedRoutes": true,
Expand Down
1 change: 1 addition & 0 deletions nr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"expo-font": "~13.0.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.7",
"expo-secure-store": "^14.0.0",
"expo-splash-screen": "~0.29.11",
"expo-split-pane": "^0.4.1",
"expo-status-bar": "~2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions nr-app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 639e51c

Please sign in to comment.