Sergey Akhalkov
Results
1
issues of
Sergey Akhalkov
We probably could remove all [manual installation steps](https://github.com/Microsoft/cordova-plugin-code-push#getting-started) by using [Cordova Hooks feature](https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/). To achieve it we could use `after_plugin_add` event. The similar approach is supported by `react-native-code-push`: https://github.com/Microsoft/react-native-code-push/blob/master/scripts/postlink/android/postlink.js
enhancement