native-navigation
native-navigation copied to clipboard
Is it possible to interigate "code-push"
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.