This repository was archived by the owner on Feb 15, 2019. It is now read-only.
Open
Conversation
Provide a short explanation on how to toggle the drawer, and provide a simple example.
Contributor
|
I would like to put this doc inside a recipe much like avajs docs (https://github.com/avajs/ava#recipes) what do u think? |
Author
|
Yes that would be nice, and it would help with writing the docs one recipe at a time. I have run into another issue with drawer, i am using a stack navigation like this: <NavigationProvider context={navigationContext}>
<StackNavigation initialRoute={router.getRoute('home')}
defaultRouteConfig={{
navigationBar: navigationBar,
}}
/>
</NavigationProvider>And one of the routes defined in the router is The DrawerLayout. But when i want to toggle the drawer, it gives me |
Contributor
|
I think u should try this: https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147#modals to have a top level navigation |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provide a short explanation on how to toggle the drawer, and provide a simple example.