diff --git a/readme.md b/readme.md index cae1df1..4027d8f 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ npm install --save react-native-pages ```javascript import React, { Component } from 'react'; +import { View } from 'react-native'; import { Pages } from 'react-native-pages'; class Example extends Component {