react-native-bottom-drawer
react-native-bottom-drawer copied to clipboard
how to pass attributes to drawer ??
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 :)