-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
How to use TextInput.Icon(?) #2239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
Same problem |
Make sure the icons are loading properly this is not react native paper issue. https://github.com/oblador/react-native-vector-icons#the-icons-show-up-as-a-crossed-out-box-on-android |
I'm having the same problem, if I use vector-icons directly it works, using TextInput.Icon does not |
If it's your local image just add left={<TextInput.Icon name={require('../../assets/newIcons/expert.png')} />} for vector icon: |
"name" was changed to "icon" from 5.x. |
Hello @developer-Shivi .... I was trying to use : |
Hello guys, I'm new using this for developing my apps.
I'm using TextInput for phone number and wanna include some icon.
but when I try to implementation like in the docs,
the Icon showing missing icon like 'X'.
here my app.js
here's my navigation.js
here my implementation the textinput in login.js.
here's the image:

so, I wanna ask how to using this TextInput.Icon or what I've missing?
The text was updated successfully, but these errors were encountered: