I need to implement AutoCompleteTextView in native response. The problem is that there is no such built-in component. All modules and libraries available to simulate this function are not quite similar. The main problem is that offers do not appear above the view (for example, to select box / picker). Even if it is then, it does not behave perfectly with KeyboardAvoidingView. The thing is that it does not work as its own AutoCompleteTextView for Android.
Another solution uses its own user interface element. But I want this component for iOS and Android. Any help would be greatly appreciated.
I want to achieve this option, for example, a tag user in a Facebook application

P.S.: , .