Files
react-native/Libraries/Components
a-c-sreedhar-reddy 85e8b3e21d Fix PickerAndroid breaking when child is null. (#23884)
Summary:
On conditional rendering if child is null then the PickerAndroid breaks.

when conditional rendering is used then picker breaks when the child is null.

This conditional rendering inside Picker fails when a is 1, because child will be null in PickerAndroid.android.js.

```
{
   this.state.a === 2 && <Picker.Item label="value" value="value" />
}
```
[ANDROID] [FIXED] - Filter props.children.
Pull Request resolved: https://github.com/facebook/react-native/pull/23884

Differential Revision: D14436860

Pulled By: cpojer

fbshipit-source-id: 6a8fca604acf77c20729f26a53cd7f67e514deac
2019-03-13 00:38:52 -07:00
..
2019-01-16 13:34:17 -08:00
2019-01-22 05:49:36 -08:00
2019-01-16 13:10:52 -08:00
2019-03-08 11:39:41 -08:00
2019-01-16 13:53:53 -08:00
2019-03-06 14:57:30 -08:00
2019-02-20 23:37:35 -08:00
2019-01-22 05:55:50 -08:00
2019-02-20 23:37:35 -08:00