React Native Search bar options
I'm trying to add a search Bar into my react native app, the only one that looks native is the one from React Native Elements but it looks bad, whats the go to option? or do i just make one
I don't want to use the one from React Navigation because it removes the header when focused
this is from the rneui lib
1 Reply
You can design your own by just using good old StyleSheeet, there's stuff like 'nativewind' if you like tailwindcss. I'd focus on building your app instead worrying too much about the searchbar though 😄