Skip to content

Commit 5d4d830

Browse files
committed
docs
1 parent f2f6d01 commit 5d4d830

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ npm install --save react-native-autocomplete-dropdown
5252
yarn add react-native-autocomplete-dropdown
5353
```
5454

55+
or to try out the new beta version branch run
56+
57+
```bash
58+
yarn add react-native-autocomplete-dropdown@next
59+
```
60+
5561
## Post-install Steps
5662

5763
Make sure **react-native-svg** is installed. Follow the guide
@@ -79,7 +85,7 @@ Wrap your root component in `AutocompleteDropdownContextProvider` from `react-na
7985
</AutocompleteDropdownContextProvider>
8086
```
8187

82-
If you have a header component, you can pass an offset. For example with react navigation
88+
If you have a header component, you can pass an offset. For example with react navigation
8389

8490
```js
8591
//...

0 commit comments

Comments
 (0)