Skip to content

Commit

Permalink
[docs] fix eas update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quinlanj committed Jun 26, 2023
1 parent c02b600 commit fb5dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/bare/updating-your-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb5dc60

Please sign in to comment.