teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.45k stars 584 forks source link

iOS landscape orientation camera preview not following screen orientation #670

Open psteh opened 1 month ago

psteh commented 1 month ago

Describe the bug I need to force user to landscape mode when taking pictures. Using https://github.com/yamill/react-native-orientation to lock into landscape mode but the camera preview is not following the screen orientation

To Reproduce Steps to reproduce the behavior: Add Orientation.lockToLandscapeLeft()

Expected behavior Camera preview should show base on the orientation

Screenshots image image

Smartphone (please complete the following information):

thatrndev commented 1 month ago

+1 Same issue with me.