B. Cedric Cogell

Results 9 comments of B. Cedric Cogell

This answer in the same stackoverflow thread worked for me: https://stackoverflow.com/a/62872851/1873778 `babel.config.js` -> `.babelrc.js`

@mtettmar Thanks so much for sharing, your change fixed background and foreground notification touches for me. **Warning** foreground notification on touch is always `userInteraction: false`. Perhaps this is another issue...

@akhlopyk did https://github.com/react-native-community/push-notification-ios/issues/107#issuecomment-627365701 changes work for you? from there you can tie into either: - https://github.com/react-native-community/push-notification-ios#addeventlistener OR - if using https://github.com/zo0r/react-native-push-notification see https://github.com/zo0r/react-native-push-notification/blob/a7991619d2dd681794ba8035785dc7991ff58eda/example/NotificationHandler.js#L4

@akhlopyk oh yea, I understand now. that is NOT working for me with this https://github.com/react-native-community/push-notification-ios/issues/107#issuecomment-627365701 work around. sorry.

@AFMW can you clean up your code formatting and make this is the smallest possible code sample to show your question?

Is there still an appetite for this? I could make a PR

@ayoubamine react-native-general-statusbar* didnt seem to work for me on Android 10

Hey mate, I saw that the concern in issue #34 was [the recursive versions hit stack-overflow issues in JS while imperative versions didn't](https://github.com/dagrejs/graphlib/issues/34#issuecomment-415983161). Why do you want `descendants()` and `ancestors()`...