-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the plugin compatible with react-native-web
?
#389
Comments
onSnapToItem
not working in react-native-web
projectreact-native-web
?
Hi @geminiyellow, The plugin has never been designed to be used with I'm pretty sure that a lot of work is required to make it play well. I've got too much on my plate at the moment, but if someone is willing to take a stab at it, a PR is most welcome :-) |
For those who want to work on this feature, leveraging the CSS For more info, start here: https://developers.google.com/web/updates/2018/07/css-scroll-snap |
Anybody picking this up? |
opps, maybe nobody |
@srameshr 1 month later, i check the code again, and i found that so, this package cannot exec and @bd-arc can you give some more detail about the lifecycle about the state change ? |
I am currently using full-screen slides, so I don't need the support for snap function. |
@srameshr why? i don't think so, when you release at half slider, it will not auto snap to item, that is not right behavior for this package. but, could you give some code about you how to use it on web? |
Just npm install it and import. I use it with react-native-web |
@srameshr ok, got it, so, i should wait |
I contributed some code to The first one is a fix to The second one is to add support for for As already mentioned in this thread, the big missing feature is the support for the scroll end events of |
Hey @kristerkari, have you found a library which we could possibly use with react-native-web for carousels? Or we have to wait for the support as mentioned in the issues you tagged? |
Yeah, the scroll events for |
Hi, I found this by googling react native carousel on google, I read the doc, I was in love, I saw it doesn't work on web, I had to abandon. Does anybody know a lib I could use for ios/native and web? I need a simple horizontal carousel. Thanks a lot for sharing this. |
If you just set |
is this plugin going to support react-native-web? |
@kopax found this and it seems to be working for me https://www.npmjs.com/package/react-native-web-swiper |
Is this a bug report, a feature request, or a question?
A QUESTION
Have you followed the required steps before opening a bug report?
(Check the step you've followed - replace the space character between the square brackets (
[]
) by anx
.)Have you made sure that it wasn't a React Native bug?
yep, on ios it is very good.
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
not test on Android. i want to use this lib on web app.
Is the bug reproductible in a production environment (not a debug one)?
yep, just copy the example to a react-native-web project, you can create a new one by
https://github.com/VISI-ONE/create-react-native-web-app
Environment
Environment:
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-web": "0.8.4",
"react-native-snap-carousel": "^3.7.2",
Target Platform:
Chrome (68.0.3440.106)
Expected Behavior
onSnapToItem
not working, so it cannot loopActual Behavior
(Write what happened. Add screencasts/screenshots!)
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.)
The text was updated successfully, but these errors were encountered: