Skip to content

Commit 07b92cf

Browse files
committed
chore: expo example - set notificationListening as always
1 parent ce82028 commit 07b92cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sync-demo-expo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export default function App() {
424424
},
425425
]}
426426
syncMode="push"
427-
notificationListening="foreground"
427+
notificationListening="always"
428428
onBeforePushPermissionRequest={handleBeforePushPermissionRequest}
429429
apiKey={SQLITE_CLOUD_API_KEY}
430430
debug={true}

0 commit comments

Comments
 (0)