Преглед на файлове

ViewShot is the default export so update the docs

Peter Minarik преди 7 години
родител
ревизия
98b9f98472
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

15
 ## Recommended High Level API
15
 ## Recommended High Level API
16
 
16
 
17
 ```js
17
 ```js
18
-import { ViewShot } from "react-native-view-shot";
18
+import ViewShot from "react-native-view-shot";
19
 
19
 
20
 class ExampleCaptureOnMountManually extends Component {
20
 class ExampleCaptureOnMountManually extends Component {
21
   componentDidMount () {
21
   componentDidMount () {