Skip to content

Commit 6426b5b

Browse files
Added background-fetch, tasks, mapview, and upgraded other packages.
1 parent 3a8fb5a commit 6426b5b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
"@react-native-async-storage/root": "github:react-native-async-storage/async-storage",
2323
"@react-native-firebase/app": "^21.6.2",
2424
"@react-native-firebase/auth": "^21.6.2",
25-
"@react-native-firebase/messaging": "^21.6.2",
25+
"@react-native-firebase/messaging": "^21.7.1",
2626
"@react-navigation/native": "^7.0.0",
2727
"@react-navigation/native-stack": "^7.0.0",
2828
"babel-preset-expo": "^12.0.5",
2929
"dotenv": "^16.4.7",
3030
"expo": "~52.0.24",
31+
"expo-background-fetch": "~13.0.4",
3132
"expo-build-properties": "^0.13.1",
3233
"expo-dev-client": "~5.0.8",
3334
"expo-device": "~7.0.1",
@@ -39,23 +40,22 @@
3940
"expo-splash-screen": "~0.29.19",
4041
"expo-status-bar": "~2.0.0",
4142
"expo-system-ui": "~4.0.6",
43+
"expo-task-manager": "~12.0.4",
4244
"expo-web-browser": "~14.0.1",
4345
"firebase": "^11.1.0",
4446
"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",
4749
"react-native": "0.76.6",
4850
"react-native-gesture-handler": "~2.20.2",
4951
"react-native-get-random-values": "^1.11.0",
52+
"react-native-maps": "1.18.0",
5053
"react-native-reanimated": "~3.16.1",
5154
"react-native-safe-area-context": "4.12.0",
5255
"react-native-screens": "~4.4.0",
5356
"react-native-svg": "15.8.0",
5457
"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"
5959
},
6060
"devDependencies": {
6161
"@babel/core": "^7.25.2",
@@ -79,4 +79,4 @@
7979
}
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)