We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52853 commit 9f0f7abCopy full SHA for 9f0f7ab
README.md
@@ -38,14 +38,26 @@ Dropdown Item picker with search and autocomplete (typeahead) functionality for
38
39
## Installation
40
41
-Run: `npm install --save react-native-autocomplete-dropdown` or `yarn add react-native-autocomplete-dropdown`
+Run:
42
+
43
+```bash
44
+npm install --save react-native-autocomplete-dropdown
45
+```
46
47
+ or
48
49
+ ```bash
50
+ yarn add react-native-autocomplete-dropdown
51
+ ```
52
53
## Post-install Steps
54
55
Make sure **react-native-svg** is installed. Follow the guide
56
<https://github.com/software-mansion/react-native-svg>
57
-`yarn add react-native-svg`
58
59
+yarn add react-native-svg
60
61
62
### iOS
63
0 commit comments