Open
Description
Environment
npm ls react-native-calendars
: 1.264.0npm ls react-native
: 0.61.5with typescript
: YESPhone/emulator/simulator & version
: ios 12.4 / simulator 11.3
Description
I would like to take the Agenda component to display day's todo list (deep to HH-MM), which puts all activities in a day item. It has a little different from the example scenario...
Expected Behavior
To display the items list which in the selected day only
Observed Behavior
I tried to solve it by setting a condition to control the rendering component, which if the day equals the selected day.
And meet a new problem:
The below list can't disable dragging operation, and that we thought the interactive is too complex for us.