dorkyboi / react-native-calendar-timetable

Timetable (schedule) component for React Native applications
MIT License
59 stars 10 forks source link

Feature Request: Start Scrollview at position #14

Closed NilsBaumgartner1994 closed 1 year ago

NilsBaumgartner1994 commented 1 year ago

Would be nice to let the scrollview start at some specific time or at the current time.

dorkyboi commented 1 year ago

This feature is probably not implementable because there is no vertical scroll in the component. It relies on developer to wrap it in one during usage. Vertical scrollview is omited to prevent issues with nesting scrollviews.

NilsBaumgartner1994 commented 1 year ago

What abou horizontal start? For example i want to start at the current day of the week but the table should always begin with Monday, which may be too large for the screen, but I want to be able to scroll to the left?