We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5414d commit e26dcb2Copy full SHA for e26dcb2
src/index.tsx
@@ -1,14 +1,12 @@
1
import React from 'react'
2
import {
3
DeviceEventEmitter,
4
- NativeModules,
5
Platform,
6
requireNativeComponent,
7
ViewStyle
8
} from 'react-native'
9
10
const RNPdfScanner = requireNativeComponent('RNPdfScanner')
11
-const CameraManager = NativeModules.RNPdfScannerManager || {}
12
13
export interface PictureTaken {
14
rectangleCoordinates?: object;
0 commit comments