fix
This commit is contained in:
parent
20e27e3d7f
commit
9c6520bdf1
|
@ -1,7 +1,9 @@
|
|||
import * as _ from 'lodash';
|
||||
import React, { Component } from 'react';
|
||||
import {
|
||||
requireNativeComponent,
|
||||
NativeModules
|
||||
NativeModules,
|
||||
processColor
|
||||
} from 'react-native';
|
||||
|
||||
const NativeCamera = requireNativeComponent('CameraView', null);
|
||||
|
|
Loading…
Reference in New Issue