-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.64 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sampleappexpo",
"version": "5.4.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@cometchat/calls-sdk-react-native": "^4.4.0",
"@cometchat/chat-sdk-react-native": "^4.0.27",
"@cometchat/chat-uikit-react-native": "^5.4.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/datetimepicker": "^8.4.5",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.14.12",
"@react-navigation/stack": "^7.4.8",
"dayjs": "^1.11.18",
"expo": "~54.0.12",
"expo-audio": "^1.0.13",
"expo-camera": "^17.0.8",
"expo-dev-client": "^6.0.13",
"expo-font": "~14.0.9",
"expo-navigation-bar": "^5.0.8",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "^6.0.7",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-background-timer": "^2.4.1",
"react-native-callstats": "^3.73.22",
"react-native-gesture-handler": "^2.28.0",
"react-native-localize": "^3.5.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.13.0",
"react-native-video": "^6.16.1",
"react-native-vision-camera": "^4.7.2",
"react-native-webrtc": "^124.0.7",
"zustand": "^5.0.8"
},
"private": true,
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
}
}