diff --git a/README.md b/README.md index 784ebd5..3cea862 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![alt text](https://raw.githubusercontent.com/Michaelvilleneuve/react-native-document-scanner/master/images/mockup.png) +![Demo gif](https://raw.githubusercontent.com/Michaelvilleneuve/react-native-document-scanner/master/images/demo.gif) # React Native Document Scanner (iOS only) @@ -14,6 +14,7 @@ Features : ## Getting started `$ npm install react-native-document-scanner --save` + `$ react-native link react-native-document-scanner` Edit the `info.plist` file in XCode and add the following permission : `NSCameraUsageDescription` diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..8ae6cd5 Binary files /dev/null and b/images/demo.gif differ diff --git a/images/mockup.png b/images/mockup.png deleted file mode 100644 index 29149d2..0000000 Binary files a/images/mockup.png and /dev/null differ