-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
25 lines (25 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"dependencies": {
"@react-native-firebase/app": "^15.4.0",
"@react-native-firebase/firestore": "^15.4.0",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@react-navigation/stack": "^6.2.3",
"@rneui/base": "^4.0.0-rc.6",
"@rneui/themed": "^4.0.0-rc.6",
"babel-preset-react-native": "2.1.0",
"react-native": "0.69.5",
"react-native-accordion-list-view": "^1.0.4",
"react-native-custom-picker": "^0.4.0",
"react-native-elements": "^3.4.2",
"react-native-expandable-listview": "^1.3.2",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "^2.10.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-navigation": "^4.4.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22"
}
}