We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0fc34 commit 92fc49bCopy full SHA for 92fc49b
examples/sync-demo-expo/src/App.tsx
@@ -29,16 +29,6 @@ import {
29
TABLE_NAME,
30
} from '@env';
31
32
-Notifications.setNotificationHandler({
33
- handleNotification: async () => ({
34
- shouldShowAlert: true,
35
- shouldPlaySound: true,
36
- shouldSetBadge: true,
37
- shouldShowBanner: true,
38
- shouldShowList: true,
39
- }),
40
-});
41
-
42
/**
43
* Register background sync handler at module level (outside components).
44
* This is called when new data is synced while app is in background/terminated.
0 commit comments