react-native-lightbox icon indicating copy to clipboard operation
react-native-lightbox copied to clipboard

fix orientation issue on ios

Open TheDanielMoli opened this issue 3 years ago • 0 comments

Passing the following activeProps is required:

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

TheDanielMoli avatar May 06 '21 14:05 TheDanielMoli