We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80982e8 + 110f7f9 commit 7ee0906Copy full SHA for 7ee0906
1 file changed
README.md
@@ -2,6 +2,13 @@
2
3
Config plugin to auto-configure [`react-native-code-push`][lib] when the native code is generated (`npx expo prebuild`).
4
5
+### ⚠️ Remove Expo updates completely ⚠️
6
+Before installing this package, you need completely remove Expo updates from your project:
7
+- Expo updates configurations
8
+- Expo updates execution code in your app
9
+- Expo updates package `npm uninstall -s expo-updates` or `yarn remove expo-updates`
10
+- Any other thing you have done with Expo updates
11
+
12
### Add the package to your npm dependencies
13
14
> Tested against Expo SDK 49
0 commit comments