From e7d3d45f9a35ee2e7c1d486cf8cba901a7dc5d71 Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 25 Apr 2023 19:56:09 -0700 Subject: [PATCH] Add "npx" to the landing page's Expo setup instructions This changes `expo install` to `npx expo install`, which matches the instructions on https://shopify.github.io/flash-list/docs/ and is the way to invoke the modern Expo CLI. Tested by building the website locally with `bundle exec jekyll build` and opening _site/index.html. --- website/_includes/install_expo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_includes/install_expo.sh b/website/_includes/install_expo.sh index 7f58e6156..a2be4f857 100644 --- a/website/_includes/install_expo.sh +++ b/website/_includes/install_expo.sh @@ -1 +1 @@ -expo install @shopify/flash-list +npx expo install @shopify/flash-list