You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: