Skip to content

Commit e26dcb2

Browse files
committed
fix typescript warnings
1 parent cb5414d commit e26dcb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import React from 'react'
22
import {
33
DeviceEventEmitter,
4-
NativeModules,
54
Platform,
65
requireNativeComponent,
76
ViewStyle
87
} from 'react-native'
98

109
const RNPdfScanner = requireNativeComponent('RNPdfScanner')
11-
const CameraManager = NativeModules.RNPdfScannerManager || {}
1210

1311
export interface PictureTaken {
1412
rectangleCoordinates?: object;

0 commit comments

Comments
 (0)