airbnb / native-navigation

Native navigation library for React Native applications

Home Page:http://airbnb.io/native-navigation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to interigate "code-push"

neeboo opened this issue · comments

Since native-navigation is goal to split up screens into separate root views, somehow "code-push" must be called in "Appregistry" function. So maybe it doesn't work with exist "code-push-apps".
What do you think?

You technically can do it manually. I've never tried myself, but with the correct configuration it should work.

If you look at the code push source code, the wrapper is more or less a component that calls CodePush.sync() when your app is mounted.