Ionic React v5.0.0 Release Notes

Release Date: 2020-02-11 // about 4 years ago
  • 🍱 Enjoy! 🔥

    ⚡️ > We recommend updating to version 4.11.10 before updating to this version in order to see deprecation warnings related to your app in the developer console.

    ⚙ Run the following commands based on your project type:

    # for an angular app
    npm i @ionic/angular@latest --save --save-exact
    
    # for a react app
    npm i @ionic/react@latest --save --save-exact
    npm i @ionic/react-router@latest --save --save-exact
    npm i ionicons@latest --save --save-exact
    
    # for a stencil / vanilla JS app
    npm i @ionic/core@latest --save --save-exact
    

    Then take a look at the Breaking Changes file for API changes.