0

So I am trying to use AutoCompleteTextView(for android) as a native module in react-native.

I drew inspiration from

https://github.com/nulrich/RCTAutoComplete.

So in the above library the author has defined custom cell for each AutoCompleteDropDownListItem.

I want to achieve something similar for android.

I want do define a callback(similar to renderItem as in FlatList for each DropDownListItem) to make things convenient.

Any help on the same would be highly appreciated.

Thanks.

2
  • You can use this library for android: github.com/mrlaessig/react-native-autocomplete-input Commented May 13, 2019 at 8:22
  • This is not something we are looking for, handling of the edge cases in this library is not the best. We would like to handle things natively. Thanks anyway. Commented May 13, 2019 at 10:03

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.