native-base-docs
native-base-docs copied to clipboard
code not in code block in "Drawer" page
Hi, some the code in this page is rendered as text and not in the code block : https://docs.nativebase.io/Components.html#Drawer
Cheers,
Yes please
Furthermore, it should be
closeDrawer = () => {
this.drawer._root.close()
};
openDrawer = () => {
this.drawer._root.open()
};
You forgot the equals, so it will not compile
Sent a pull request to fix it #253