Mirco Bartels

Results 7 comments of Mirco Bartels

On our side the underlying issue was that somehow the SHA1 of our app changed with capacitor 4 migration. We had to add the new fingerprint to the Android App...

@lucianomlima are you using global installation approach? Note the deprecation warning here: https://jestjs.io/docs/en/configuration#setupfilesafterenv-array When importing from a file referenced via `jest.setupFilesAfterEnv` its working for me with v5/v7.

hey @firsttris, Thanks for looking into this! I work on multiple workspaces where there is a need to adapt `jestrunner.configPath`, `jestrunner.debugOptions` and `jestrunner.runOptions` based on the needs of the individual...

Hey @nicoabie thanks for looking into this but currently I don’t have any capacity to polish this. Also it’s no immediate need for me anymore, the issues I experienced before...

Thanks! I've added the fallback as well. We already use this patch on top of v0.4.1

We are using https://github.com/zo0r/react-native-push-notification to emit local notifications (since its not part of this library) and expected that `onNotificationOpenedApp` would be able to handle these. To make this work for...

Yap makes sense! Just wanted to note here, maybe somebody else wants to handle local notifications as well as firebase. If there is an issue I think its on `react-native-push-notification`...