From 1fc876232bc01d3a4adf91f116dd9d1daf8e776c Mon Sep 17 00:00:00 2001 From: Roee Date: Tue, 3 Sep 2019 17:45:22 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f795f2..fb308a9 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ And in the package list in the same file (e.g. `getPackages`) add: ### CameraKitCamera - Camera component ```js +import { CameraKitCamera } from 'react-native-camera-kit'; + this.camera = cam} style={{ @@ -160,6 +162,8 @@ Native Gallery View (based on `UICollectionView`(iOS) and ` RecyclerView` (Andro ![](img/camerakitgalleryview.png) ```js +import { CameraKitGalleryView } from 'react-native-camera-kit'; + this.gallery = gallery} style={{flex: 1, marginTop: 20}} @@ -232,6 +236,8 @@ Attribute | Values ## QR Code ```js +import { CameraKitCameraScreen } from 'react-native-camera-kit'; + this.onBottomButtonPressed(event)}