Skip to content

Commit

Permalink
picker import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simranjit1080 authored Aug 25, 2020
1 parent 34c9ef5 commit dad37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Picker.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable react/prefer-es6-class */
import React, { Component } from 'react';
import createReactClass from 'create-react-class';
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 dad37fb

Please sign in to comment.