You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fragments/lib/push-notifications/react-native/request_permissions/request-permissions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ const status = await Notifications.Push.getPermissionStatus();
23
23
24
24
## Request permissions
25
25
26
-
Once you have determined the current status of permissions requires you to request permissions from you user, you can call `requestPermissions()` to make that request.
26
+
Once you have determined if the current permission status requires you to request permissions from the user, you can call `requestPermissions()` to make that request.
27
27
28
28
Amplify requests all supported notification permissions by default. But you can also choose not to request specific permissions.
0 commit comments