ayooby / react-native-calendar-heatmap

React-native calendar heat-map, inspired by Github's contribution graph
152 stars 31 forks source link

Scroll Through #25

Open nvacheishvili opened 4 years ago

nvacheishvili commented 4 years ago

Hi,

Can the graph be scrollable for small screen sizes that hold many days? For example, if the screen is 500px wide and I'd like to place 1000 days?

nvacheishvili commented 4 years ago

I actually put it inside the horizontal scroll view <ScrollView horizontal={true}></ScrollView> the width was a little bit harder to calculate if the number of days shown is dynamic - maybe you might have a suggestion for that

WrathChaos commented 4 years ago

@nvacheishvili Can you show me the result of your solution? I may develop a built-in solution for this.