From 04f8fc1da0d5c72f85d5fc567ca97eefc6e87692 Mon Sep 17 00:00:00 2001 From: Joao Dordio Date: Fri, 17 Jul 2026 14:54:59 +0100 Subject: [PATCH] docs: fix package name in README notes Two notes referenced `@iterable/iterable-expo-plugin`, which is not the published package name. The correct scoped name is `@iterable/expo-plugin`, matching package.json, the install instructions, and the npm registry. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e0d8d40..1dcdfd0d 100644 --- a/README.md +++ b/README.md @@ -379,10 +379,10 @@ If you encounter the error "Signing for 'IterableExpoRichPush' requires a develo - Your expo app needs to be run as a [development build](https://docs.expo.dev/develop/development-builds/introduction/) instead of through Expo Go. Both - `@iterable/iterable-expo-plugin` and `@iterable/react-native-sdk` will **NOT** work in Expo Go + `@iterable/expo-plugin` and `@iterable/react-native-sdk` will **NOT** work in Expo Go as they are reliant on native code, which Expo Go [does not support](https://expo.dev/blog/expo-go-vs-development-builds#expo-go-limitations). -- `@iterable/iterable-expo-plugin` is intended for managed workflows, and will +- `@iterable/expo-plugin` is intended for managed workflows, and will overwrite the files in your `ios` and `android` directories. Any manual changes to those directories will be overwritten on the next build. - This plugin has been tested on Expo SDK 55. While it may work on previous