Hey, I want to implement a circular dialer using a scroll view component like this
Scrolling downwards won’t be an issue as I will just increase the content element size and add a new entry for the relevant number but if we scroll upwards then after we reach the 0th entry, we cannot go up any further which will hinder the movement for the dialer.
Let me know if someone has any solution to this issue or any other way to implement the dialer.