I have not found any example of how to create a side menu or drawer in the docs, How can I do this?
react-native: 16.9.x
react-native-paper latest
Couldn't find version numbers for the following packages in the issue:
react-nativereact-native-paperreact-native-vector-iconsCan you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
use react navigation lib, after you install it move to the Drawer navigation Section in their web side docs, after that you can use the (side menu or drawer in the docs)
Hey @Jonatthu please also check the article, it can be helpful!
@Alarees and @lukewalczak I am using that solution right now, but using a drawer should not require a navigator as a must, sometimes we just want to show a drawer for external links or really simple UI, so this library should just show a way to create a drawer without us to require to create a navigator. Is this right?
Hello 馃憢, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue.
Most helpful comment
@Alarees and @lukewalczak I am using that solution right now, but using a drawer should not require a navigator as a must, sometimes we just want to show a drawer for external links or really simple UI, so this library should just show a way to create a drawer without us to require to create a navigator. Is this right?