Skip to content

Commit

Permalink
docs(Overlay): Add import in documentation (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbosch authored and iRoachie committed Jul 12, 2019
1 parent d532070 commit c411ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ way to inform or request information from the user.
## Usage

```js
import { Overlay } from 'react-native-elements';

<Overlay isVisible={this.state.isVisible}>
<Text>Hello from Overlay!</Text>
</Overlay>;
Expand Down

0 comments on commit c411ccb

Please sign in to comment.