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 f2f6d01 commit 5d4d830Copy full SHA for 5d4d830
README.md
@@ -52,6 +52,12 @@ npm install --save react-native-autocomplete-dropdown
52
yarn add react-native-autocomplete-dropdown
53
```
54
55
+ or to try out the new beta version branch run
56
+
57
+```bash
58
+ yarn add react-native-autocomplete-dropdown@next
59
+```
60
61
## Post-install Steps
62
63
Make sure **react-native-svg** is installed. Follow the guide
@@ -79,7 +85,7 @@ Wrap your root component in `AutocompleteDropdownContextProvider` from `react-na
79
85
</AutocompleteDropdownContextProvider>
80
86
81
87
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
83
89
84
90
```js
91
//...
0 commit comments