Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 117f7e2

Browse files
fixed picker import
1 parent 15b1953 commit 117f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic/PickerItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import Picker from '@react-native-community/picker';
2+
import { Picker } from '@react-native-community/picker';
33
import { connectStyle } from 'native-base-shoutem-theme';
44

55
import mapPropsToStyleNames from '../utils/mapPropsToStyleNames';

0 commit comments

Comments
 (0)