Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper of DatePicker component on Android, the calendarView was disappeared after changed month #13367

Closed
vincentsong opened this issue Apr 7, 2017 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@vincentsong
Copy link

vincentsong commented Apr 7, 2017

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?

@vincentsong 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
@hramos
Copy link
Contributor

hramos commented Apr 7, 2017

You probably want to open this issue against the react-native-datepicker-component's issue tracker.

@hramos hramos closed this as completed Apr 7, 2017
@vincentsong
Copy link
Author

vincentsong commented Apr 10, 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 facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants