Skip to content

Commit 9f0f7ab

Browse files
committed
docs
1 parent 6f52853 commit 9f0f7ab

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,26 @@ Dropdown Item picker with search and autocomplete (typeahead) functionality for
3838

3939
## Installation
4040

41-
Run: `npm install --save react-native-autocomplete-dropdown` or `yarn add react-native-autocomplete-dropdown`
41+
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+
```
4252

4353
## Post-install Steps
4454

4555
Make sure **react-native-svg** is installed. Follow the guide
4656
<https://github.com/software-mansion/react-native-svg>
4757

48-
`yarn add react-native-svg`
58+
```bash
59+
yarn add react-native-svg
60+
```
4961

5062
### iOS
5163

0 commit comments

Comments
 (0)