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

Do we support scroll-snaping with `snapToStart` / `snapToEnd`?

Open ElForastero opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. It seems like in the former releases there was a support for scroll-snapping (pagging at least). 🤔

Describe a solution you'd like We can emulate RN's behaviour using scroll-snap-type + scroll-snap-align.

Describe alternatives you've considered Now I pass custom CSS-properties into stylesheet with // @ts-ignore especially for web. Another option I found useful is using dataSet + plain global css.

Additional context I think I can implement the feature, but I'm not sure if we should support it this way.

ElForastero avatar Feb 23 '21 19:02 ElForastero