-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
remove left icon #97
Comments
Hi @superandrew ! Yes, that's a problem. It should really be easier to remove the left Icon completely. Do you have an idea about how would you go about resolving this? In my opinion, I think the left Icon should be default to the component but we could use a prop like Thanks, |
@palingheorghe I realized that since I was using https://github.com/creativetimofficial/material-kit-react-native their That said, I still think that a |
Yeah you're right @superandrew . This should be implemented, our component really needs that. You could submit a PR regarding this if you feel like contributing to Galio. We could update this in v0.6. Thanks, |
Sure, I will try to work out a solution. I linked galio trough
Since I am not practical with local node modules development, am I missing something obvious or is this a setup mistake? Thanks |
ouch I think that updating galio broke a whole lot of things since the release 1.5.3 changed a lot of things. Also, because I was using material kit from creativetim, I think most of the changes I made to the material kit layer are now incompatible.. so I'll have to rework it a little bit before making that change |
You could take a look at our change log here. I didn't change much besides the Icon component. This should help you make the process of updating your app faster. |
You can add |
I am working on this and will soon raise a PR |
Is your feature request related to a problem? Please describe.
I would like to remove the left icon from the navbar. It doesn't seems possible
Describe the solution you'd like
One possible solution would be to provide a leftIcon nullable property
Describe alternatives you've considered
To color the icon the same color of background 🙇♂️
The text was updated successfully, but these errors were encountered: