'How to create a react native dropdown text picker?

enter image description here

How to create a dropdown text picker, as shown in the picture, in react native, using react-native-paper TextInput and react native autocomplete.



Solution 1:[1]

You can use react-native-autocomplete-dropdown library from https://www.npmjs.com/package/react-native-autocomplete-dropdown

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 The Future