Skip to content

Commit

Permalink
fixed picker import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simranjit1080 authored Sep 1, 2020
1 parent c9ffd86 commit 47de809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Picker.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import createReactClass from 'create-react-class';
import { FlatList, Modal, View, ViewPropTypes } from 'react-native';
import Picker from '@react-native-community/picker';
import { Picker } from '@react-native-community/picker';
import { connectStyle } from 'native-base-shoutem-theme';
import { find, get } from 'lodash';

Expand Down

0 comments on commit 47de809

Please sign in to comment.