iamshadmirza / react-native-design-system

A tiny design system
https://www.npmjs.com/package/react-native-design-system
MIT License
237 stars 31 forks source link

SearchBar issue #21

Closed in2progress closed 4 years ago

in2progress commented 4 years ago

:) Sorry, another one.

RN: 0.63 OS: Simulator 13.6

<Stack> <SearchBar outline placeholder="Search for location" leftIcon={<FontAwesome5 name="user" size={22} color="grey" />} value="" onChangeText={text => {console.log(text)}} /> </Stack>

image
iamshadmirza commented 4 years ago

Thanks for reporting. Will fix this too.

iamshadmirza commented 4 years ago

Fixed @in2progress I wanted to ask if you can help me fix the library and make it better. You can just keep reporting whatever error you're facing and I'll fix those.