react-native-web
react-native-web copied to clipboard
Do we support scroll-snaping with `snapToStart` / `snapToEnd`?
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.