react-native-big-calendar
react-native-big-calendar copied to clipboard
Swipe more naturally
Currently swipe action is just pan responder, which moves very unnaturally.
I think ScrollView
for both horizontal and vertical is enough.
Using https://github.com/cesardeazevedo/react-native-nested-scroll-view
Should be done with Animated We don't want to fetch all events to display only a few.
@sebastienfi I'm thinking which library is better. Do you have any recommendation? Animated is a way to go because it is a standard lib, but do you have any experience with react-native-reanimated?
https://github.com/software-mansion/react-native-reanimated
We don't want to fetch all events to display only a few.
Yeah, apps should fetch data current week +- 1 week or so.
My idea is to rely on this lib:
https://github.com/leecade/react-native-swiper
react-native-swiper does not support the web!
React Native tabview does have web support https://github.com/satya164/react-native-tab-view
An alternative is FlatList
@nandorojo Thank you for the information. That should be useful for us too.
https://github.com/callstack/react-native-pager-view
Hi guys do you intend to implement this? Google calndar has this animation and its real cool for the user... Anything I could do to help?
@joaobsantos Thanks for your interesting. I'm recently terribly busy and not working for this feature.
@joaobsantos Thanks for your interesting. I'm recently terribly busy and not working for this feature.
Ok, when I have a little time I'll try to do this and create a pull request, thx...
Great work :)
@joaobsantos Thanks!!
I've attempted it for the month view using https://github.com/computerjazz/react-native-infinite-pager What do you think?
https://user-images.githubusercontent.com/5366008/180193591-89ee81d5-cf71-46be-85ca-b4d60adc39a5.mp4
@CptMaumau That's truly awesome! If you create a PR, I'm happy to merge it. Thanks!
@acro5piano I still have to do some testing to do but I will asap!
@CptMaumau thank you so much, @CptMaumau sorry it's been complicated in work, never got to this :(
what is the result here? Still no smooth swipes?
Still not implemented.
@CptMaumau Can you share your implementation for those who want to implement it? Your demo video looks so promising.
Hello @CptMaumau , would love to see your implementation
Hi all, any progress on this?
Any updates? Or can you at least provide the code you used in the video @CptMaumau