calcazar / react-native-push-notification-CE

The community edition of the push notification library (by Zo0r) for applications made with React Native
MIT License
52 stars 23 forks source link

conversion error #3

Closed ramjak closed 6 years ago

ramjak commented 6 years ago

"react-native": "0.50.4", "react-native-push-notification-ce": "^3.1.6",

running on Simulator iPhone 6 (IOS 11.3)

When using local notification on IOS, this error happened:

conversion error

ramjak commented 6 years ago

nvm, there is some error on localNotification example. BadgeNumber should be specified as number not string.