File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
// TODO: deprecate getItemLabel prop
4
4
import _ from 'lodash' ;
5
5
import PropTypes from 'prop-types' ;
6
- import React , { PureComponent } from 'react' ;
6
+ import React , { Component } from 'react' ;
7
7
import { asBaseComponent , forwardRef } from '../../commons' ;
8
8
import { LogService } from '../../services' ;
9
9
import View from '../../components/view' ;
@@ -32,7 +32,7 @@ const ItemType = PropTypes.oneOfType([
32
32
* @gif : https://media.giphy.com/media/3o751SiuZZiByET2lq/giphy.gif, https://media.giphy.com/media/TgMQnyw5grJIDohzvx/giphy.gif, https://media.giphy.com/media/5hsdmVptBRskZKn787/giphy.gif
33
33
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/PickerScreen.js
34
34
*/
35
- class Picker extends PureComponent {
35
+ class Picker extends Component {
36
36
static displayName = 'Picker' ;
37
37
static propTypes = {
38
38
/**
You can’t perform that action at this time.
0 commit comments