react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

Cannot set borderRadius for in-active items

Open SweetTomato0 opened this issue 2 years ago • 0 comments

Is this a bug report, a feature request, or a question?

(Bug)

Have you followed the required steps before opening a bug report?

(Check the step you've followed - put an x character between the square brackets ([]).)

Have you made sure that it wasn't a React Native bug?

(Yes)

Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?

(Android only)

Is the bug reproductible in a production environment (not a debug one)?

(Yes)

Environment

(Environment: React: 16.13.1 React native: 0.63.4 react-native-snap-carousel: 3.9.1

Target Platform: Android (11))

Expected Behavior

(Can style in-active items with "containerCustomStyle" attibute)

Actual Behavior

(I tried containerCustomStyle, slideStyle, the wrapper of the item, the item itself, all don't work, and my item is WebView wrapped in a View. I tried the style and containerStyle of the WebView and nothing works) image

Reproducible Demo

(Paste the link to a Snack example in which the issue can be reproduced. Please follow the guidelines for providing a Minimal, Complete, and Verifiable example.)

Steps to Reproduce

(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.)

SweetTomato0 avatar Nov 29 '21 10:11 SweetTomato0