Skip to content

Commit

Permalink
fixed picker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Simranjit1080 authored Aug 25, 2020
1 parent 576997f commit 16387d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/PickerItem.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Picker } from 'react-native';
import Picker from '@react-native-community/picker';
import { connectStyle } from 'native-base-shoutem-theme';

import mapPropsToStyleNames from '../utils/mapPropsToStyleNames';
Expand Down

0 comments on commit 16387d7

Please sign in to comment.