Skip to content

Commit

Permalink
docs(getting-started): add clarification about using EAS to build (#6492
Browse files Browse the repository at this point in the history
)

* docs(getting-started): add clarification about using EAS to build

* docs(spellcheck): add EAS to the dictionary

Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
Shane Zheng and mikehardy authored Sep 8, 2022
1 parent f10891a commit 1b3cf96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .spellcheck.dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ DeviceCheck
Diarmid
Distribution
dropdown
EAS
e2e
EEA
Ehesp
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The `app.json` for integration that included the optional crashlytics and perfor
}
```

Next, you need to use the `expo prebuild --clean` command as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide to rebuild your app with the plugin changes. If this command isn't run, you'll encounter connection errors to Firebase.
Next, you need to use the `expo prebuild --clean` command as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide to rebuild your app with the plugin changes. If this command isn't run, you'll encounter connection errors to Firebase. Note, this is not required if you build your project with EAS (Expo Application Services).

Config plugins are only required for React Native Firebase modules, which require custom native installation steps - e.g. modifying the Xcode project, `Podfile`, `build.gradle`, `AndroidManifest.xml` etc. Packages without native steps required will work out of the box.

Expand Down

1 comment on commit 1b3cf96

@vercel
Copy link

@vercel vercel bot commented on 1b3cf96 Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.