Skip to content
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

So this is dead right? #713

Open
nikolasleblanc opened this issue Jan 17, 2018 · 17 comments
Open

So this is dead right? #713

nikolasleblanc opened this issue Jan 17, 2018 · 17 comments
Milestone

Comments

@nikolasleblanc
Copy link

40+ eager PRs, and nothing doing. This done?

@Eqls
Copy link

Eqls commented Jan 18, 2018

Starting to think the same.

@JulianKingman
Copy link

@arribbar ?

@ArtiomShapovalov
Copy link

maybe somebody else will maintain it?

@Eqls
Copy link

Eqls commented Jan 19, 2018

Ehm I'll just use ScrollView instead, does the same thing basically

@JulianKingman
Copy link

JulianKingman commented Jan 22, 2018

https://github.com/archriss/react-native-snap-carousel appears to be the next-best library. It has a different API (uses Flatlist), but it's pretty smooth, well-maintained, and no notable problems so far.

edit: looks good for some situations, but it has its own problems.

@LouisJS
Copy link

LouisJS commented Jan 23, 2018

up

@JulianKingman
Copy link

There's an issue here calling for contributors: #185

I asked to be added, if you're interested in contributing add your name, too.

@nikolasleblanc
Copy link
Author

Looks like there are about 41 contributions so far, how do we get them merged?

@SSTPIERRE2
Copy link
Contributor

Ruh roh

@tokict
Copy link

tokict commented Mar 28, 2018

@nikolasleblanc We fork it and continue working on it or see how to add it to react-native-community

@smitthakkar1
Copy link

@JulianKingman Thanks a lot man for the alternative. It worked pretty well for me.

@retyui
Copy link
Contributor

retyui commented Feb 19, 2019

76+ eager PRs, and nothing doing. Is this done?

@retyui retyui mentioned this issue Mar 25, 2019
@fredlemieux
Copy link

That would be fantastic if we could fork this can continue it, it's a great library.
I'd be glad to help but I'm a bit new to all this...

@fabOnReact
Copy link

fabOnReact commented Apr 25, 2019

react-native-snap-carousel is used to implement tinder carousel effects, where the user swipes a number of images (cards) and it is based on FlatList.

It is not appropriate if you want to build an app similar to snapchat, where the user uses gesture to move between different screens.

The only option is building all the functionalities, maybe taking as reference this article from Spencer Carli or use ScrollView

Spencer Carli used the Scroll View inside the Menu Component to render the same effect.

@grean
Copy link

grean commented May 18, 2019

If you don't want the warning in your debugger's console log.

1. Install https://github.com/react-native-community/react-native-viewpager with yarn as mentionned in the Readme
2. link library as mentionned in the doc
3. go to .\node_modules\react-native-swiper\src\index.js and change the ViewPagerAndroid component with "ViewPager" (don't forget to import it with : import ViewPager from "@react-native-community/viewpager";)
4. It works for me.
Hope it helps.

@hu-qi
Copy link

hu-qi commented May 23, 2019

go to .\node_modules\react-native-swiper\src\index.js and change the ViewPagerAndroid component with "ViewPager" (don't forget to import it with : import ViewPager from "@react-native-community/viewpager";

Hello,
Is there any other way?

@codoffer
Copy link

codoffer commented May 25, 2019

I have replaced this (having same features) with good and maintained to my project - https://github.com/Jacse/react-native-app-intro-slider

@ArrayZoneYour ArrayZoneYour added this to the Backlog milestone Jun 23, 2019
Repository owner locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests