This is one of the better libraries I've found so far for handling local notifications on iOS. I'm considering using it in a React Native application I'm working as a base for a native module replacement for PushNotificaitonsIOS. And though I saw some commits related to iOS 8 support it the 0.0.3 CocoaPod release, my app logs the following message in the Xcode console:
enabledRemoteNotificationTypes is not supported in iOS 8.0 and later
The message is related to the following LOC: JRNLocalNotificationCenter.m#L276.