add navigation and your dependencys

This commit is contained in:
gustavo-em
2022-02-16 14:09:37 -03:00
parent f12d0af084
commit 701df1ff80
7 changed files with 5111 additions and 5547 deletions

View File

@@ -10,12 +10,16 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.0.8",
"bigbluebutton-mobile-sdk": "^0.1.6",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-gesture-handler": "^2.2.0",
"react-native-gesture-handler": "2.1.1",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "^3.4.0",
"react-native-screens": "^3.11.1",
"react-native-webview": "^11.17.2"
},
"devDependencies": {