Skip to content

Commit 866de0d

Browse files
authored
Update README.md
1 parent f3d7cb1 commit 866de0d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,20 @@ For either platform, you can alternatively pass down a child element of your cho
2121

2222
### Installing
2323

24-
`npm install react-native-picker-select`
24+
```
25+
npm install react-native-picker-select
26+
27+
28+
# if you see a `Invariant Violation: requireNativeComponent "RNCPicker" was not found in the UIManager` error:
29+
30+
# React Native users
31+
npm install @react-native-community/picker
32+
npx pod-install
33+
34+
# Expo
35+
expo install @react-native-community/picker
36+
```
37+
2538

2639
### Basic Usage
2740

0 commit comments

Comments
 (0)