Closed jeanyhuynh closed 3 years ago
Did you try to pass your styles down to the <FlatList />
?
<Autocomplete
// ... other props
flatListProps={{
style: styles.flatList,
// ... other FlatList props
}}
/>
Hi @mrlaessig, Thanks for your help. You save my life. ^^
How to remove the border or add my style on result FlatList ? Hope anyone can help. Thanks