react-native/Libraries/Picker
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
..
PickerIOS.android.js Second Updates from Mon 23 Mar 2015-03-23 15:07:33 -07:00
PickerIOS.ios.js [React Native] PickerIOS can update its items list 2015-06-03 17:44:02 -08:00