-
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
Help With Drawer Menu #2793
Comments
And: And there is no need to Drawer.js |
can you share your code for me. |
@Schabaani can you share your params code |
@nguyenvanphuc2203 and @wayne811 , unfortunately this is the old code and I don't have access to it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am new in react world. I want to have a side menu. However, it does not show anything.
App.js
index.js:
AppRegistry.registerComponent('sidemenu', () => App);
Drawer.js
SideMenu.js
showDrawer function (when I click on a button, I expect SideMenu shows. ):
This is all of my code. I can navigate between screens, however, side menu doesn't work. What is my mistake?
The text was updated successfully, but these errors were encountered: