sitorhy
Results
1
comments of
sitorhy
Picker 弹出需要在 Modal 显示之后,使 Picker 层级覆盖 Modal ``` export default () => { const [modalVisible,setModalVisible]=useState(false); // hide picker reloaded , modal remain open after reload in anrdoid useEffect(()=>{ Picker.init({pickerData:[0],selectedValue:[0]}); if(Picker.isPickerShow())...