Alex Madjar 015b5cf8e5 [React Native] PickerIOS can update its items list
Summary:
@public
PickerIOS doesn't look at the content of its list. It just keeps a list ref
and pushes new items in.  Sadly this doesn't work with the naive reference checker
so new item lists don't trigger a native rerender.

The solution here is to ask PickerIOS to just pass its props down to native directly

Test Plan:
Implemented a simple Picker hooked up to a store getting new items.
Watched the list not update and then update after this diff as new items come in
2015-06-03 17:44:02 -08:00
..
2015-05-26 15:08:33 -08:00
2015-03-25 11:09:54 -08:00
2015-04-24 11:46:18 -07:00
2015-06-03 05:36:25 -08:00
2015-06-03 09:49:35 -08:00
2015-06-01 08:44:11 -08:00
2015-04-15 06:06:29 -08:00