Skip to content

Commit

Permalink
picker from react-native deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Simranjit1080 authored Aug 25, 2020
1 parent dad37fb commit 0458cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/basic/Picker.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import createReactClass from 'create-react-class';
import { FlatList, Modal, Picker, View, ViewPropTypes } from 'react-native';
import { FlatList, Modal, View, ViewPropTypes } from 'react-native';
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 0458cd9

Please sign in to comment.