Skip to content

Commit 5b6fc11

Browse files
committed
chore(app): configure expo-widgets
1 parent 44f2eea commit 5b6fc11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/app.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import expoSplashScreen from "expo-splash-screen/plugin";
44
import expoRouter from "expo-router/plugin";
55
import expoNotifications from "expo-notifications/plugin";
66
import expoLocation from "expo-location/plugin";
7+
import expoWidgets from "expo-widgets/plugin";
78

89
const config: ExpoConfig = {
910
experiments: {
@@ -54,6 +55,9 @@ const config: ExpoConfig = {
5455
backgroundColor: "#000000",
5556
},
5657
}),
58+
expoWidgets({
59+
enablePushNotifications: true,
60+
}),
5761
[
5862
"react-native-maps",
5963
{

0 commit comments

Comments
 (0)