-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
drawerImage does not display Image #2175
Comments
Could you reproduce this issue with Example project from this repo? |
I am stuck in getting the example project to clone and run ! Are there any instructions on how to clone the project and run ? I am probable missing something basic. But I really don't have time to debug a new project. |
Fixed for latest master |
Upgraded to Beta 17. But the issues remains. I still do not see the custom image. If I remove the drawerImage option, I can see the the default image. Also as I have written earlier, the space in the navigation bar where the image is supposed to appear is responsive to touch and opens the drawer component as desired, even though the there is no image. As can be seen in the merged image above, the upper part is the render using custom drawerImage and the lower part is by not using the drawerImage option I have tried using different images and different formats (png , jpg), but there is no effect. |
Could you check iOS ? |
It is not supported now, PR is welcome. Closing this ticket. |
Version
Tell us which versions you are using:
Expected behaviour
My Router.js file is as follows
If I do not use the drawerImage option I can see the the default image on the left side of the title bar and it works as expected.
However after adding the drawerImage, I am not able to see any image on the left side. However the area where the image is supposed to appear is responsive to touch and does open the drawer as desired. Its just the lack of image....
What am I doing wrong ? Or is this a pending bug ?
The text was updated successfully, but these errors were encountered: