Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/components/Drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Replacing Component: [React Native Drawer](https://github.com/root-two/react-nat

**Syntax**

<pre class="line-numbers"><code class="language-jsx">import React, { Component } from 'react';
<pre><code class="language-jsx">import React, { Component } from 'react';
import { Drawer } from 'native-base';
import SideBar from './yourPathToSideBar';
export default class DrawerExample extends Component {
Expand All @@ -31,7 +31,7 @@ export default class DrawerExample extends Component {
&lt;/Drawer>
);
}
}</code></pre>
}</code></pre><br />
<p>
<div id="" class="mobileDevice" style="background: url(&quot;https://docs.nativebase.io/docs/assets/iosphone.png&quot;) no-repeat; padding: 63px 20px 100px 15px; width: 292px; height: 600px;margin:0 auto;float:none;">
<img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/drawer.png" alt="" style="display:block !important" />
Expand Down