You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an Android-specific issue that caused one or more of the pickers not initially rendering (until scrolled) inside TimerPickerModal (#43). This was a further manifestation of the slight change in RN's FlatList between v0.74 and v0.76 (the first part of which was fixed in v2.0.1).
✨ Features
Exposed three additional custom style props for additional styling flexibility (durationScrollFlatList, durationScrollFlatListContainer, durationScrollFlatListContentContainer)