react-native-lightbox
react-native-lightbox copied to clipboard
fix orientation issue on ios
Passing the following activeProps
is required:
<Lightbox
activeProps={{
style: styles.imageActive,
}}
/>