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
ExpandableCalendar - disable auto date selection (#2628)
* upgrade rn73
* additional fixes
* remove react-navigation
* Use modal instead of navigation
* removing packageManager
* removing react navigation
* downgrade eslint-plugin-prettier
* updating eslint rules
* removing deprecated rule
* edit eslintrc
* prettier to warn
* fix lint errors
* fix react hooks ts error
* move tests to src
* lint and unit tests config fix
* some test cleanups
* Adding BasicDay test driver
* fix drivers
* fix text style
* skip failing tests (custom renders and events)
* remove only testing dependency
* fix lint
* Day state - move selected from manager to components
* UpdateSource - add arrow press and week arrow press (separate from page scroll)
* Provider - add selectedDate to separate selected day marking state from the date responsible for functionality
* remove consoles
* Provider - add disableAutoDaySelection prop to pass navigation types to disable auto day selection
* Fix tests for new update sources
* move selected to state manager
* change context date to selectedDate
* state default value
* revert change
* fix test to count for selectedDate instead of date
0 commit comments