Jaco Groenewald
Jaco Groenewald
@geekzter I think I am encountering your issue with not just sensitive outputs but all outputs - or I am understanding the output command wrong. Can the output command be...
This might help https://github.com/react-native-share/react-native-share/issues/1043 and https://github.com/react-native-share/react-native-share/pull/1046/files
So I manually patched the version I had been using, it was really old so you might need to adjust for your version. Once I have updated my apps to...
@git-user-1337 I'm no export on Android or push notifications but the only change is setting package context so I imagine the `cancelAllLocalNotifications` perhaps use package context to filter the notifications....
@jinzunyue Thanks! Why not submit a PR to fix it?
@ztroop I could work around this by applying the type keyword to the imports. See https://github.com/webpack/webpack/issues/7378 and https://javascript.plainenglish.io/leveraging-type-only-imports-and-exports-with-typescript-3-8-5c1be8bd17fb I'll submit a PR, but I am not familiar with TS, so...