Description
I built a date picker component for react native android here which is not a popup dialogue. When user scroll the calendar view, it disappeared.
Reproduction Steps and Sample Code
1 create a test app with react-native cli
2 npm install react-native-datepicker-component-android
3 npm link
3 import this component and set showCalendar to true
4 run the app by react-native run-android
5 scroll the calendar view or tap navigation button to change the month twice.
result: you will see the calendar view disappeared
question: Is it because the view not updated?