Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search Bar Icon not shown | React native

Search icon is replaced by some other icon. How to put icon in SearchBar (React-native-elements || React-native) screenshot of the icon.

enter image description here

like image 801
Niraj Pradhan Avatar asked Dec 07 '25 08:12

Niraj Pradhan


1 Answers

Found The solution. For some react-native versions, we need to manually link the module. In this case, i had to link react-native-vector-icons.

npm install react-native-vector-icons--save

react-native link react-native-vector-icons

from project directory.

like image 75
Niraj Pradhan Avatar answered Dec 08 '25 23:12

Niraj Pradhan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!