I followed the instructions of react-native-code-push to setup my react-native application. When I am building my release version and release the update my application crashes. This behaviour is seen ...
Instantiate the above reference in onCreate() method of activity. Ex:- mProgressDialog = new ProgressDialog(this); // here this is the object of your activity mProgressDialog.setMessage("Please wait") ...