You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is documentation for version 4.x, if you are looking docs for version 3.x, you can find it [here](https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/README%5E3.md)
9
+
> This is documentation for version 3.x, if you are looking docs for version 2.x, you can find it [here](https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/README%5E2.md)
> This is documentation for version 3.x, if you are looking docs for version 2.x, you can find it [here](https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/README%5E2.md)
9
+
> This is documentation for version 4.x, if you are looking docs for version 3.x, you can find it [here](https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/README%5E3.md)
10
10
11
11
<pstyle="text-align: center;"align="center">
12
12
<img src="./screens/Example.png" width="500px" >
@@ -79,7 +79,7 @@ Wrap your root component in `AutocompleteDropdownContextProvider` from `react-na
79
79
</AutocompleteDropdownContextProvider>
80
80
```
81
81
82
-
If you have a header component, you can pass an offset. For example with react navigation
82
+
If you have a header component, you can pass an offset. For example with react navigation
83
83
84
84
```js
85
85
//...
@@ -243,12 +243,15 @@ More examples see at <https://github.com/onmotion/react-native-autocomplete-drop
243
243
244
244
## Playground
245
245
246
+
To play around with the examples, you can run the following commands
247
+
246
248
```bash
247
249
cd example
248
250
yarn install
249
-
npx pod-install
250
-
yarn ios
251
+
yarn pods
251
252
253
+
yarn ios
254
+
yarn android
252
255
```
253
256
254
257
## Options
@@ -266,6 +269,7 @@ yarn ios
266
269
|`clearOnFocus`| whether to clear typed text on focus | bool | true |
0 commit comments