mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
[ReactNative] Fix doc page for PushNotificationIOS
This commit is contained in:
parent
dee36b8e07
commit
a1e6d70ec9
@ -74,7 +74,7 @@ class NotificationExample extends React.Component {
|
||||
_onNotification(notification) {
|
||||
AlertIOS.alert(
|
||||
'Notification Received',
|
||||
`Alert message: ${notification.getMessage()}`,
|
||||
'Alert message: ' + notification.getMessage(),
|
||||
[{
|
||||
text: 'Dismiss',
|
||||
onPress: null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user