diff --git a/src/components/Onfido/index.js b/src/components/Onfido/index.js index 0c3d0b885da2..e69ef5f08bf3 100644 --- a/src/components/Onfido/index.js +++ b/src/components/Onfido/index.js @@ -1,6 +1,7 @@ import './index.css'; import lodashGet from 'lodash/get'; import React from 'react'; +import {View} from 'react-native'; import * as OnfidoSDK from 'onfido-sdk-ui'; import withLocalize, {withLocalizePropTypes} from '../withLocalize'; import onfidoPropTypes from './onfidoPropTypes'; @@ -103,7 +104,7 @@ class Onfido extends React.Component { render() { return ( -
+ ); } }