[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) {
|
_onNotification(notification) {
|
||||||
AlertIOS.alert(
|
AlertIOS.alert(
|
||||||
'Notification Received',
|
'Notification Received',
|
||||||
`Alert message: ${notification.getMessage()}`,
|
'Alert message: ' + notification.getMessage(),
|
||||||
[{
|
[{
|
||||||
text: 'Dismiss',
|
text: 'Dismiss',
|
||||||
onPress: null,
|
onPress: null,
|
||||||
|
|
Loading…
Reference in New Issue