You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<AppVersion /> has been depreciated and has been removed as you can achieve the same result without using the code-push cli, instead using a constant within your app that is set to the corresponding app version.
The --description option on the code-push cli now accepts a string for the prompt message instead of a stringified object that included properties for the app version and prompt message.
Now you cannot use the --description option to set the promptTitle and confirmButtonText, it can only be passed down as props to the <UpdateAppButton component.