staltz / react-native-android-local-notification

Other
10 stars 10 forks source link

Add compatibility to Android API 26+ with channel ID #4

Closed jsamr closed 4 years ago

jsamr commented 5 years ago

This PR fixes #1 and #2.

The set of changes can be summed up as follow

Upgrade appcompat (resolves #1)

Use channels for API 26+ (resolves #2)

Misc:

elisechant commented 4 years ago

@staltz @jsamr can we please resolve conflicts and merge? I am also having issues with channel.

staltz commented 4 years ago

Sorry, I don't intend to maintain this repository as an aggregator of contributions, it takes too much work from me, alongside hundreds of other repos I have. This repository itself was a fork of https://github.com/anysome/react-native-pure-notification , I recommend maintaining your own fork if these changes are important to you.