oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 502 forks source link

fix orientation issue on ios #145

Open TheDanielMoli opened 3 years ago

TheDanielMoli commented 3 years ago

Passing the following activeProps is required:

<Lightbox
    activeProps={{
        style: styles.imageActive,
    }}
/>