Skip to content

Commit 3fae6cb

Browse files
authored
docs(messaging): fix typo in android permissions example
1 parent e118597 commit 3fae6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/messaging/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ application. To learn more, view the advanced [iOS Permissions](/messaging/ios-p
7373
On Android API level 32 and below, you do not need to request user permission. This method can still be called on Android devices; however, and will always resolve successfully. For API level 33+ you will need to request the permission manually using either the built-in react-native `PermissionsAndroid` APIs or a related module such as `react-native-permissions`
7474

7575
```
76-
import {PermissionsAndroid} from 'react-native'}
76+
import {PermissionsAndroid} from 'react-native';
7777
PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATIONS);
7878
```
7979

0 commit comments

Comments
 (0)