Ruslan Stadnik

Results 5 comments of Ruslan Stadnik

I found out interesting fact. If I add even empty swift file to main project I get this bunch of settings: ![2018-05-08 17 24 28](https://user-images.githubusercontent.com/10947849/39763212-300fad64-52e5-11e8-90d2-75292ab43dfe.png) 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 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.