22
22
"@react-native-async-storage/root" : " github:react-native-async-storage/async-storage" ,
23
23
"@react-native-firebase/app" : " ^21.6.2" ,
24
24
"@react-native-firebase/auth" : " ^21.6.2" ,
25
- "@react-native-firebase/messaging" : " ^21.6.2 " ,
25
+ "@react-native-firebase/messaging" : " ^21.7.1 " ,
26
26
"@react-navigation/native" : " ^7.0.0" ,
27
27
"@react-navigation/native-stack" : " ^7.0.0" ,
28
28
"babel-preset-expo" : " ^12.0.5" ,
29
29
"dotenv" : " ^16.4.7" ,
30
30
"expo" : " ~52.0.24" ,
31
+ "expo-background-fetch" : " ~13.0.4" ,
31
32
"expo-build-properties" : " ^0.13.1" ,
32
33
"expo-dev-client" : " ~5.0.8" ,
33
34
"expo-device" : " ~7.0.1" ,
39
40
"expo-splash-screen" : " ~0.29.19" ,
40
41
"expo-status-bar" : " ~2.0.0" ,
41
42
"expo-system-ui" : " ~4.0.6" ,
43
+ "expo-task-manager" : " ~12.0.4" ,
42
44
"expo-web-browser" : " ~14.0.1" ,
43
45
"firebase" : " ^11.1.0" ,
44
46
"nativewind" : " ^4.1.23" ,
45
- "react" : " 18.3.1" ,
46
- "react-dom" : " 18.3.1" ,
47
+ "react" : " ^ 18.3.1" ,
48
+ "react-dom" : " ^ 18.3.1" ,
47
49
"react-native" : " 0.76.6" ,
48
50
"react-native-gesture-handler" : " ~2.20.2" ,
49
51
"react-native-get-random-values" : " ^1.11.0" ,
52
+ "react-native-maps" : " 1.18.0" ,
50
53
"react-native-reanimated" : " ~3.16.1" ,
51
54
"react-native-safe-area-context" : " 4.12.0" ,
52
55
"react-native-screens" : " ~4.4.0" ,
53
56
"react-native-svg" : " 15.8.0" ,
54
57
"react-native-web" : " ~0.19.13" ,
55
- "react-native-webview" : " ^13.13.1" ,
56
- "react-native-maps" : " 1.18.0" ,
57
- "expo-task-manager" : " ~12.0.4" ,
58
- "expo-background-fetch" : " ~13.0.4"
58
+ "react-native-webview" : " ^13.13.1"
59
59
},
60
60
"devDependencies" : {
61
61
"@babel/core" : " ^7.25.2" ,
79
79
}
80
80
}
81
81
}
82
- }
82
+ }
0 commit comments