GeekyAnts / native-base-docs

Documentation of NativeBase
Apache License 2.0
74 stars 248 forks source link

code not in code block in "Drawer" page #217

Open heycitizen opened 5 years ago

heycitizen commented 5 years ago

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,

19007361 commented 4 years ago

Yes please

19007361 commented 4 years ago

Furthermore, it should be

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

You forgot the equals, so it will not compile

mufaddalhamidofficial commented 4 years ago

Sent a pull request to fix it #253