Add basic react-navigator usage

This commit is contained in:
Paul Frazee 2022-06-07 18:56:31 -05:00
parent 1a1d313801
commit efe65e70d7
7 changed files with 165 additions and 11 deletions

View file

@ -10,8 +10,12 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"react": "17.0.2",
"react-native": "0.68.2"
"react-native": "0.68.2",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.13.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
@ -41,6 +45,9 @@
"jsx",
"json",
"node"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)"
]
}
}