Deploying a new project using the App Center extension automatically links CodePush and App Center SDK's to your project for a frictionless setup experience. Releasing updated models to users becomes a pain free process you can perform at any time.
- Export your newly TensorFlow model from the Performance tab in the Custom Vision website.
- Replace the model and label file in your assets directory.
- Bring up the command palette in VS Code and start typing
Release React Native
to find the CodePush menu option. - Push your app to the Staging deployment.
- Reopen the app on your phone and test image classifier.
- Tensorflow model exported from Custom Vision service and added to app.
- CodePushed model deployed to phone and working.