I have this simple text input with placeholder:
I need to add search icon before placeholder text. I need add it exactly in placeholder.
If it possible, please help me with it.
Thank you.
I have this simple text input with placeholder:
I need to add search icon before placeholder text. I need add it exactly in placeholder.
If it possible, please help me with it.
Thank you.
i think you can use library for that, i use native-base
library, there are already icon textbox, you can modify for placeholder too, this is the reference :
https://github.com/halilb/react-native-textinput-effects
please tell me if you want an example, maybe can help you, thanks :)