Skip to content

Commit

Permalink
docs: update deprecated expo install instructions to `npx expo instal…
Browse files Browse the repository at this point in the history
…l` (#1899)

## Description

Changed expo install react-native-screens to npx expo install
react-native-screens, because global expo-cli is deprecated
[docs-expo-cli](https://docs.expo.dev/archive/expo-cli/)

## Changes

- Updated `README.md` docs
  • Loading branch information
GabrieldosSantosOliveira authored Sep 25, 2023
1 parent 53c1c92 commit f99b857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To configure react-navigation to use screens instead of plain RN Views for rende
yarn add react-native-screens

# if you use Expo managed workflow
expo install react-native-screens
npx expo install react-native-screens
```

Just make sure that the version of [react-navigation](https://github.com/react-navigation/react-navigation) you are using is 2.14.0 or higher.
Expand Down

0 comments on commit f99b857

Please sign in to comment.