I am using react-native-share package to share data to other apps. When I use "Print" option to share the data, the orientation is defaulted to Landscape which cuts off the data(QR code in my case). Is it possible to default the orientation to Portrait?
Checked if there were any configuration changes that could be made.