From b24c7a10d0d69f2ea85b8b3ba69e6e3404feed12 Mon Sep 17 00:00:00 2001 From: Jon Samp Date: Tue, 12 Mar 2024 16:35:41 -0500 Subject: [PATCH] remove references of expo.dev --- docs/concepts.md | 3 +-- docs/faq.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/concepts.md b/docs/concepts.md index b49b72f0..99f57f41 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -16,8 +16,7 @@ Shorebird currently works on Android and iOS (alpha) and will eventually work everywhere Flutter works. "Code Push" is a reference to the name of a deploy feature used by the React -Native community from [Microsoft](https://appcenter.ms) and -[Expo](https://expo.dev), neither of which support Flutter. +Native community from [Microsoft](https://appcenter.ms), neither of which support Flutter. ## Patching diff --git a/docs/faq.md b/docs/faq.md index ee2c9e20..e556bd58 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -87,7 +87,7 @@ your account. Code push services are widely used in the industry (all of the large apps I'm aware of use them) and there are multiple other code push services -publicly available (e.g. expo.dev & appcenter.ms). This is a well trodden path. +publicly available (e.g. appcenter.ms). This is a well trodden path. Microsoft also publishes a guide on how their React Native "codepush" library complies with the app stores: