react-native-multipicker
react-native-multipicker copied to clipboard
multi picker doesn't set indexes with latest react-native v0.11.0
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...
+1 -- experiencing the same problem
@aksonov - initWithProps doesn't exist anymore actually
@brentvatne Sorry, sure i meant viewWithProps method of RCTViewManager to create view