Ruslan Stadnik
Ruslan Stadnik
I found out interesting fact. If I add even empty swift file to main project I get this bunch of settings:  then I create bridging file...
Funny :) but I found description of the same hack on the bottom of the doc I put the link before [ https://facebook.github.io/react-native/docs/native-modules-ios.html]( https://facebook.github.io/react-native/docs/native-modules-ios.html) So it means there are no...
Same issue Android. Nothing helped
Same question here. Are there any callbacks for push clicks when app is in foreground/background (not closed completely)? Or better to use separate package for these cases. Thanks.
I've figured that out. Have to use `customActionHandler` from Iterable config. It gets called in every case.