Files
react-native/Libraries/Components
Rahul kishan M aa10b3f293 Null check on Picker Items (#24057)
Summary:
when conditional rendering is used then picker breaks when the child is null in iOS

This conditional rendering inside Picker fails when "someBooleanValue" variable is false

```
{
   this.state.someBooleanValue && <Picker.Item label="value" value="value" />
}
```

[iOS] [Fixed] - null check on children by using filter
Pull Request resolved: https://github.com/facebook/react-native/pull/24057

Differential Revision: D14538337

Pulled By: cpojer

fbshipit-source-id: d9324671931b5f1dac65d8058d9aa957b650af25
2019-03-20 08:11:47 -07:00
..
2019-03-14 07:00:27 -07:00
2019-03-14 07:00:27 -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-02-20 23:37:35 -08:00
2019-01-22 05:55:50 -08:00
2019-02-20 23:37:35 -08:00