diff --git a/src/Camera.tsx b/src/Camera.tsx index 16a4269..54a691f 100644 --- a/src/Camera.tsx +++ b/src/Camera.tsx @@ -1,13 +1,5 @@ import React from 'react'; -import { - requireNativeComponent, - NativeModules, - NativeSyntheticEvent, - findNodeHandle, - NativeMethods, - Platform, - InteractionManager, -} from 'react-native'; +import { requireNativeComponent, NativeModules, NativeSyntheticEvent, findNodeHandle, NativeMethods, Platform } from 'react-native'; import type { CameraDevice } from './CameraDevice'; import type { ErrorWithCause } from './CameraError'; import { CameraCaptureError, CameraRuntimeError, tryParseNativeCameraError, isErrorWithCause } from './CameraError';