Marius Serban

Results 3 comments of Marius Serban

It works with React Native as well as an actually native app in the same way. Follow the steps [here](https://facebook.github.io/react-native/docs/pushnotificationios.html) to integrate Apple push notifications in your React Native app...

It works with iOS 10.

How about, for starters, only making the state strict on `LayoutNode`: ```swift class LayoutNode< State: ExpressibleByDictionaryLiteral> { init( view: UIView? = nil, outlet: String? = nil, state: State = [:],...