SearchBar official library?

Hi,

Is there an official Expo search bar component to be used in navigation bar?

Regards,

No, you can do that with normal ReactNative though and CSS

I ended up using react-native-material-design-seachbar outside of the navigation bar. It’s not the prettiest but it doesn’t require any changes to the ios or android folders and works on both platforms.

1 Like

Tks Cathy!
I was trying to use another library and app was crashing (maybe because it has native dependencies). The library you suggested works fines here :wink: