native-base-docs icon indicating copy to clipboard operation
native-base-docs copied to clipboard

code not in code block in "Drawer" page

Open heycitizen opened this issue 5 years ago • 3 comments

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,

heycitizen avatar Aug 08 '19 22:08 heycitizen

Yes please

19007361 avatar Dec 03 '19 11:12 19007361

Furthermore, it should be

closeDrawer = () => { this.drawer._root.close() }; openDrawer = () => { this.drawer._root.open() };

You forgot the equals, so it will not compile

19007361 avatar Dec 03 '19 11:12 19007361

Sent a pull request to fix it #253

mufaddalhamidofficial avatar Jun 22 '20 05:06 mufaddalhamidofficial