Skip to content

Commit

Permalink
small readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Dec 9, 2024
1 parent 3e1c1c9 commit 2c511f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Add the `android.package` property to the `app.json`.
},
```

Run app on Android once to create the native files directory:
Run the app on Android once to create the native files directory:

```
npx expo run:android
Expand All @@ -208,9 +208,11 @@ npm install --save @react-native-async-storage/async-storage

To complete the setup, perform the [additional step for Android](#additional-step-for-android).

Proceed to the [API guide](#api-guide) to start using the package.

### Expo support for iOS

Run app on iOS once to create the native files directory:
Run the app on iOS once to create the native files directory:

```
npx expo run:android
Expand All @@ -225,6 +227,8 @@ npm install --save @react-native-async-storage/async-storage

The [additional step for iOS](#additional-step-for-ios) should not be necessary for Expo apps. As the native package should be automatically linked.

Proceed to the [API guide](#api-guide) to start using the package.

## Additional Public Documentation

[Crash Reporting Installation](https://raygun.com/documentation/language-guides/react-native/crash-reporting/installation/) <br/>
Expand Down

0 comments on commit 2c511f4

Please sign in to comment.