Do we need to link Appcenter to use react-native-code-push? Is Appcenter only needed if you want analytics, crash reports, push etc?
Asked
Active
Viewed 385 times
1 Answers
2
react-native-code-push
started out as a standalone tool and continues to be able to be used as such. If you are using it standalone you will have to use the CLI. If you use AppCenter
from Microsoft they have at least some UI built into their platform for code push that you can utilize.

rmevans9
- 5,472
- 1
- 21
- 18
-
There is currently no UI for Code Push in AppCenter. It should be coming next year.. You can create an app, but the rest requires the CLI – Jeremy Nov 30 '17 at 18:37