diff --git a/Examples/UIExplorer/PushNotificationIOSExample.js b/Examples/UIExplorer/PushNotificationIOSExample.js index becdfea20..bd6109f1f 100644 --- a/Examples/UIExplorer/PushNotificationIOSExample.js +++ b/Examples/UIExplorer/PushNotificationIOSExample.js @@ -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,