From fb5dc6036cf10c1d288388690d482a8330b9be6d Mon Sep 17 00:00:00 2001 From: Quinlan Jung Date: Mon, 26 Jun 2023 14:51:25 -0700 Subject: [PATCH] [docs] fix eas update typo --- docs/pages/bare/updating-your-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/bare/updating-your-app.mdx b/docs/pages/bare/updating-your-app.mdx index d339851e0a508..bb90db3764455 100644 --- a/docs/pages/bare/updating-your-app.mdx +++ b/docs/pages/bare/updating-your-app.mdx @@ -5,7 +5,7 @@ description: Learn how to use EAS Update in an existing React Native project. import { DiffBlock } from '~/ui/components/Snippet'; -EAS update works with bare React Native projects created with `react-native init`. These projects have **android** and **ios** directories that you can modify native files directly. +EAS Update works with bare React Native projects created with `react-native init`. These projects have **android** and **ios** directories that you can modify native files directly. The steps for configuring a bare React Native project are identical to the steps for configuring an Expo project. However, you may need to edit some of the code `eas update:configure` generates depending on how you build and run your project.