diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dcf6c5..e30d9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ +## 1.2.0 + +- Added funtion to get update details +- Added function to get download progress with flexible update + ## 1.1.0 **Breaking Changes:** + - Added support for new architecture - Removed steps for native setup - Added method for Javascript/Typescript with update type (immediate, flexible) diff --git a/README.md b/README.md index e1fc7b1..5a9808c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ yarn add react-native-rn-in-app-update ## Usage +### Function 1: `showUpdatePopup` + Import and use the `showUpdatePopup` function. it supports 2 update type **immediate** and **flexible** ```tsx md title="App.tsx" @@ -26,6 +28,52 @@ import { showUpdatePopup } from 'react-native-rn-in-app-update';