From 110f7f9dc71915b5b544ed6ed1a44197d5dc3865 Mon Sep 17 00:00:00 2001 From: MGS Creativa Date: Thu, 28 Dec 2023 10:22:34 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index beaa8bb..268dfb9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Config plugin to auto-configure [`react-native-code-push`][lib] when the native code is generated (`npx expo prebuild`). +### ⚠️ Remove Expo updates completely ⚠️ +Before installing this package, you need completely remove Expo updates from your project: +- Expo updates configurations +- Expo updates execution code in your app +- Expo updates package `npm uninstall -s expo-updates` or `yarn remove expo-updates` +- Any other thing you have done with Expo updates + ### Add the package to your npm dependencies > Tested against Expo SDK 49