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 47de809 commit 15b1953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Picker.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-community/picker';
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 15b1953

Please sign in to comment.