Browse Source

Merge pull request #137 from p4kaidu/patch-2

 Added import for dimensions
iou90 4 years ago
parent
commit
df033a7f19
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

19
 
19
 
20
 ```javascript
20
 ```javascript
21
 import AutoHeightWebView from 'react-native-autoheight-webview'
21
 import AutoHeightWebView from 'react-native-autoheight-webview'
22
+import { Dimensions } from 'react-native'
22
 
23
 
23
 <AutoHeightWebView
24
 <AutoHeightWebView
24
     // default width is the width of screen
25
     // default width is the width of screen