File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 FlatList ,
99 UIManager
1010} from 'react-native' ;
11- import { ViewPropTypes } from 'deprecated-react-native-prop-types' ;
11+ import { ViewPropTypes , TextPropTypes } from 'deprecated-react-native-prop-types' ;
1212import PropTypes from 'prop-types' ;
1313import reject from 'lodash/reject' ;
1414import find from 'lodash/find' ;
@@ -62,9 +62,9 @@ export default class MultiSelect extends Component {
6262 styleMainWrapper : ViewPropTypes . style ,
6363 styleRowList : ViewPropTypes . style ,
6464 styleSelectorContainer : ViewPropTypes . style ,
65- styleTextDropdown : Text . propTypes . style ,
66- styleTextDropdownSelected : Text . propTypes . style ,
67- styleTextTag : Text . propTypes . style ,
65+ styleTextDropdown : TextPropTypes . style ,
66+ styleTextDropdownSelected : TextPropTypes . style ,
67+ styleTextTag : TextPropTypes . style ,
6868 styleIndicator : ViewPropTypes . style ,
6969 altFontFamily : PropTypes . string ,
7070 hideSubmitButton : PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments