Skip to content

Commit db78ac8

Browse files
authored
Merge pull request #92 from pietropizzi/master
ViewShot is the default export so update the docs
2 parents 560dce5 + 98b9f98 commit db78ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ react-native link react-native-view-shot
1515
## Recommended High Level API
1616

1717
```js
18-
import { ViewShot } from "react-native-view-shot";
18+
import ViewShot from "react-native-view-shot";
1919

2020
class ExampleCaptureOnMountManually extends Component {
2121
componentDidMount () {

0 commit comments

Comments
 (0)