We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f2eea commit 5b6fc11Copy full SHA for 5b6fc11
1 file changed
app/app.config.ts
@@ -4,6 +4,7 @@ import expoSplashScreen from "expo-splash-screen/plugin";
4
import expoRouter from "expo-router/plugin";
5
import expoNotifications from "expo-notifications/plugin";
6
import expoLocation from "expo-location/plugin";
7
+import expoWidgets from "expo-widgets/plugin";
8
9
const config: ExpoConfig = {
10
experiments: {
@@ -54,6 +55,9 @@ const config: ExpoConfig = {
54
55
backgroundColor: "#000000",
56
},
57
}),
58
+ expoWidgets({
59
+ enablePushNotifications: true,
60
+ }),
61
[
62
"react-native-maps",
63
{
0 commit comments