A C SREEDHAR REDDY
cd18527e77
Fix breaking of PickerAndroid when child is null. ( #23748 )
...
Summary:
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] - When child is null it returns.
Pull Request resolved: https://github.com/facebook/react-native/pull/23748
Differential Revision: D14319140
Pulled By: cpojer
fbshipit-source-id: 07d48cd054a131e6984cfe3bdce7538ffbc50622
2019-03-04 18:44:30 -08:00
..
2019-02-21 18:35:44 -08:00
2019-02-13 04:24:12 -08:00
2019-02-28 09:46:05 -08:00
2019-02-17 15:32:13 -08:00
2019-02-21 18:35:44 -08:00
2018-12-03 00:07:02 -08:00
2019-02-21 18:35:44 -08:00
2018-12-11 20:01:00 -08:00
2019-02-26 11:29:56 -08:00
2018-09-11 15:33:07 -07:00
2019-03-04 18:44:30 -08:00
2019-02-28 03:39:40 -08:00
2018-12-03 00:07:02 -08:00
2018-12-03 00:07:02 -08:00
2019-02-25 22:40:10 -08:00
2019-02-21 18:35:44 -08:00
2019-02-25 14:21:36 -08:00
2019-03-01 18:09:02 -08:00
2019-02-28 03:39:40 -08:00
2019-01-01 17:13:15 -08:00
2018-10-19 10:57:24 -07:00
2019-01-24 15:24:59 -08:00
2018-12-06 21:13:58 -08:00
2019-02-27 20:49:11 -08:00
2019-03-03 20:34:37 -08:00
2019-01-17 02:41:59 -08:00
2019-02-25 12:25:34 -08:00
2019-02-21 18:35:44 -08:00
2018-12-03 00:07:02 -08:00
2019-02-18 07:04:58 -08:00
2019-01-22 07:05:22 -08:00
2019-02-21 18:35:44 -08:00
2019-02-21 18:35:44 -08:00
2019-03-03 21:07:20 -08:00
2019-02-28 13:25:55 -08:00
2019-02-27 07:57:19 -08:00
2018-10-31 01:37:26 -07:00
2019-02-21 18:35:44 -08:00
2018-12-03 00:07:02 -08:00
2018-09-11 15:33:07 -07:00
2019-01-08 18:49:37 -08:00
2018-12-18 12:57:38 -08:00
2018-09-11 15:33:07 -07:00
2019-03-03 19:59:57 -08:00
2019-02-04 11:08:10 -08:00
2018-09-27 14:18:31 -07:00
2019-02-28 03:39:40 -08:00
2019-02-11 09:06:43 -08:00
2019-02-21 18:35:44 -08:00
2019-02-21 18:35:44 -08:00
2018-09-11 15:33:07 -07:00
2019-03-04 12:18:38 -08:00
2018-02-27 08:42:14 -08:00
2018-11-26 06:28:24 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00