native-navigation icon indicating copy to clipboard operation
native-navigation copied to clipboard

Is it possible to interigate "code-push"

Open neeboo opened this issue 7 years ago • 1 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?

neeboo avatar May 08 '17 05:05 neeboo

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.

esam091 avatar Jul 21 '17 16:07 esam091