react-native-multipicker icon indicating copy to clipboard operation
react-native-multipicker copied to clipboard

multi picker doesn't set indexes with latest react-native v0.11.0

Open aksonov opened this issue 10 years ago • 3 comments
trafficstars

It happens because setSelectedIndexes is called BEFORE setComponentData, so first call is just ignored, could you fix it? 0.11 introduced new initWithProps method to avoid such situations...

aksonov avatar Sep 17 '15 19:09 aksonov

+1 -- experiencing the same problem

albertwchang avatar Oct 24 '15 22:10 albertwchang

@aksonov - initWithProps doesn't exist anymore actually

brentvatne avatar Oct 27 '15 18:10 brentvatne

@brentvatne Sorry, sure i meant viewWithProps method of RCTViewManager to create view

aksonov avatar Nov 09 '15 18:11 aksonov