React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.25k
stars
344
forks
source link
Android Crash when unmounted the component where DatePicker modal is used. #699
Describe the bug
Error: Exception in HostFunction: TurboModule method "removeListeners" called with 1 arguments (expected argument count: 0).
This error is located at:
in DatePickerAndroid (created by DatePickerWrapper)
in DatePickerWrapper (created by UploadSkinPictureScreen)
in RCTView (created by View)
in View (created by UploadSkinPictureScreen)
in RCTView (created by View)
in View (created by UploadSkinPictureScreen)
in RCTView (created by View)
in View (created by UploadSkinPictureScreen)
To Reproduce
When the screen is unmounted or moves to another screen where DatePicker component is used as modal app crashes.
Describe the bug Error: Exception in HostFunction: TurboModule method "removeListeners" called with 1 arguments (expected argument count: 0).
This error is located at: in DatePickerAndroid (created by DatePickerWrapper) in DatePickerWrapper (created by UploadSkinPictureScreen) in RCTView (created by View) in View (created by UploadSkinPictureScreen) in RCTView (created by View) in View (created by UploadSkinPictureScreen) in RCTView (created by View) in View (created by UploadSkinPictureScreen)
To Reproduce When the screen is unmounted or moves to another screen where DatePicker component is used as modal app crashes.
Smartphone (please complete the following information):
Please help to fix this issue I am looking for this. Thanks