Skip to content

Commit

Permalink
[add]navigation関連ライブラリのインストール
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiyaki committed Jan 23, 2021
1 parent 9044aee commit fe3de34
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 0 deletions.
154 changes: 154 additions & 0 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.1",
"axios": "^0.21.1",
"babel-plugin-dotenv-import": "^2.1.0",
"expo": "~40.0.0",
"expo-status-bar": "~1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
Expand Down

0 comments on commit fe3de34

Please sign in to comment.