onsensei
Results
2
comments of
onsensei
I also use this picker with my modal. Solution to make picker appear above modal on both iOS & android is call `RNPicker.show();` inside `onShow` callback of modal.
I just try to get index on array that have same value (ex. `['ABC', 'ABC', 'ABC', 'ABC', 'ABC']`) but it alway return 0. It should return actually selected index. I...