[ReactNative] Fix doc page for PushNotificationIOS

This commit is contained in:
Eric Vicenti 2015-04-01 13:31:10 -07:00
Родитель dee36b8e07
Коммит a1e6d70ec9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,