Skip to content

Commit

Permalink
Added dependencies and others settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MHassanA98 committed Apr 19, 2020
1 parent b1a0152 commit 3479c5b
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 1 deletion.
254 changes: 254 additions & 0 deletions package-lock.json

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

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.9",
"@react-navigation/native": "^5.1.6",
"react": "16.11.0",
"react-native": "0.62.2"
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.5.0",
"react-navigation": "^4.3.7",
"react-navigation-stack": "^2.3.12"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down
6 changes: 6 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
project: {
android: {}
},
assets: ['./assets/fonts/'],
};

0 comments on commit 3479c5b

Please sign in to comment.