-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[TextInput] Could we insert image into it? #17467
Comments
@facebook-github-bot no-template |
Hey @just4fun, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks! |
I know this is not a bug, so I removed the template, sorry. However, I didn't get any answers on Stack Overflow (https://stackoverflow.com/questions/48033885/how-to-insert-custom-emoji-small-pictures-into-textinput-of-react-native) so I want to have a try here. Insert custom Image into TextInput is a common case in iOS development, with using React Native, I want to know whether there is any way (or hacky way) to archive it. |
I try to nest Image within TextInput, but the image is invisible with big cursor beside it, not sure whether it's a bug. |
Anyway, I open a new issue with template, #17468. |
We need that too. |
@just4fun did you find a solution? |
Hey RN team,
I'm developing an app and I need to insert custom image into TextInput.
In addition, I need to use delete button to remove the images and also move cursor around them like normal text.
I noticed that in normal OC development we could use
NSAttributedString
to achieve.Is there any way in React Native? Or it's a missing feature for now?
Thanks in advance.
The text was updated successfully, but these errors were encountered: