natysoz / expo-images-picker

Multiple Asset Photos Videos selecting package for Expo SDK
MIT License
95 stars 35 forks source link

Change of the orientation of the device management #47

Open pihomeserver opened 2 years ago

pihomeserver commented 2 years ago

Hi When i change the orientation of the device while the picker is on screen, the navigation bar is well re-render but not the selector it self. I tried to force a re-render via a call to forceUpdate but that does not work as i guess that child do not detect the rotation Any tip/advice to achieve that ?

natysoz commented 2 years ago

hi you right its not working atm ill need to register some listener to the screen rotation in the next update