Skip to content
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

how to pass attributes to drawer ?? #1

Open
farooqmajeed opened this issue Jan 10, 2018 · 1 comment
Open

how to pass attributes to drawer ?? #1

farooqmajeed opened this issue Jan 10, 2018 · 1 comment

Comments

@farooqmajeed
Copy link

No description provided.

@marcosmartinez7
Copy link

marcosmartinez7 commented Feb 15, 2018

The drawer uses internally the children prop, so it renders the content that you put between the tags, something like:


<Drawer>
    <Text> Hello </Text> 
</Drawer>

so you dont need to pass another property, in fact, there are no properties configurable, but you can fork the project and make the changes that you want and contribute to this library.

btw i had been ispired by this idea and the animations part is really nice :)

cyphereza pushed a commit to cyphereza/react-native-bottom-drawer that referenced this issue Mar 15, 2018
Bug fix for Android OS with hideable soft keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants