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
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?
The text was updated successfully, but these errors were encountered:
vincentsong
changed the title
Custom DatePicker component of Android calendarView disappeared after use scroll to change month
Wrapper of DatePicker component on Android, the calendarView was disappeared after changed month
Apr 7, 2017
Hi @hramos , how to move this issue to react-native-datepicker-component? And is there any document about the communication between java widget and javascript layer?
facebook
locked as resolved and limited conversation to collaborators
May 24, 2018
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 true4 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?
The text was updated successfully, but these errors were encountered: