Skip to content

Commit f2e8c32

Browse files
Fixed expo-notifications plugins invalid json format.
1 parent 079507c commit f2e8c32

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ module.exports = {
137137
"@react-native-firebase/messaging",
138138
// Add the iOS sound plugin
139139
[withIOSSounds],
140-
"expo-notifications",
141-
{
142-
sounds: ["./assets/sounds/notification.aiff"],
143-
},
140+
[
141+
"expo-notifications",
142+
{
143+
sounds: ["./assets/sounds/notification.aiff"],
144+
},
145+
],
144146
],
145147
experiments: {
146148
typedRoutes: true,

0 commit comments

Comments
 (0)