Skip to content

Commit

Permalink
import correct library
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Nov 24, 2021
1 parent 0e2ff19 commit 5f72865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Onfido/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './index.css';
import lodashGet from 'lodash/get';
import React from 'react';
import {View} from 'react-native-web';
import {View} from 'react-native';
import * as OnfidoSDK from 'onfido-sdk-ui';
import withLocalize, {withLocalizePropTypes} from '../withLocalize';
import onfidoPropTypes from './onfidoPropTypes';
Expand Down

0 comments on commit 5f72865

Please sign in to comment.