-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cancel button #40
Comments
Hi, |
Hi @gs-akhan, sure it does, but adding a close button (a simple cross in the corner) should make this less implicit? That being said, I guess I can do it by simply adding some styles. |
Well, no. I would simply add an |
The close button makes sense. You can add it.
Btw how do you plan to add that cross, as an image ? SVG ?
Thanks
|
Right now, I think of a RN Image component (as SVG support means some react-native svg module dependency). I actually don't know how to achieve that right now using your plugin: is it possible? |
There is an indicator component that is used to render a drop icon . You
can check it .. in this very library
…On Fri, 20 Oct 2017 at 6:12 PM, Enguerran Weiss ***@***.***> wrote:
Btw how do you plan to add that cross, as an image ? SVG ?
Right now, I think of a RN Image component (as SVG support means some
react-native svg module dependency). I actually don't know how to achieve
that right now using your plugin: is it possible?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFYnVro3D64yE3OSKtQgAjluqbeIqEFxks5suJUkgaJpZM4P-6tb>
.
|
The indicator property shows an indicator on the select item itself, not in the modal. I would like to find something to add a close / cancel button inside the modal backdrop. |
Yes, I was suggesting you can checkout how that drop icon was built. Or you can use ImageComponent too. I am fine. |
Hi,
I'm just wondering how to make a cancel button (or cancel on a tap on the backdrop) using this component. Any ideas?
The text was updated successfully, but these errors were encountered: