mmazzarolo / react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS
MIT License
2.98k stars 399 forks source link

while opening modal in landscape ios it's going to portrait mode but fine in android #710

Closed anshif10 closed 1 year ago

anshif10 commented 1 year ago
          while opening modal in landscape  ios it's going to portrait mode but fine in android 

      <DateTimePickerModal
           isVisible={open}
           mode="date"
           onConfirm={onConfirm}
           onCancel={dismiss}
           supportedOrientations={['portrait', 'landscape']}
         />

pls help

Originally posted by @anshif10 in https://github.com/mmazzarolo/react-native-modal-datetime-picker/issues/20#issuecomment-1600359969

JestemTrzcinska commented 8 months ago

yeah, still a bug