Thomas Reyskens
Thomas Reyskens
I fixed it by moving the electron dependency to devDeps (I still think that it is not this library to decide where the dep. should be..) And adding an extra...
this is included in [v5.1.0](https://github.com/wix/react-native-notifications/releases/tag/5.1.0), as you can read in the changelog ;)
I just tried the code. When requesting permission, it opens up a list, displaying all apps. To create a better UX, I would add `intent.setData(Uri.fromParts("package", reactContext.getPackageName(), null));` at line 215...