Open salisuabubakar opened 7 months ago
Hi @salisuabubakar, the styling for the Autocomplete component can be specified within the options prop.
<Autocomplete
options={{
near: {
latitude: 40.7342,
longitude: -73.9911,
},
style: {
input: {
backgroundColor: 'yellow',
borderColor: 'green',
borderWidth: 2,
}
}
}}
/>
Autocomplete input style option not working in react native. Kindly provide example. Thanks