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
Describe the bug
When I quickly click open and then cancel the date picker, sometimes an error modal appears with the message "Illegal callback invocation from native module." After this, I am unable to open the modal again. The state of open remains true even though the modal is closed.
Expected behavior
I should be able to repeatedly open and close the modal without encountering any errors or issues.
To Reproduce
When I click to open the date picker, the modal should appear.
If I cancel the date picker, the modal should close without any errors.
The state of open should correctly reflect the visibility of the modal. If the modal is closed, the state should be false; if the modal is open, the state should be true.
exportdefaultclassAppextendsComponent{state={date: newDate()}render=()=><DatePickerdate={this.state.date}onDateChange={date=>this.setState({ date })}open={open}/>}
Smartphone (please complete the following information):
OS: [iOS]
React Native version [0.73.6]
react-native-date-picker version [5.0.0]
The text was updated successfully, but these errors were encountered:
Describe the bug
When I quickly click open and then cancel the date picker, sometimes an error modal appears with the message "Illegal callback invocation from native module." After this, I am unable to open the modal again. The state of open remains true even though the modal is closed.
Expected behavior
I should be able to repeatedly open and close the modal without encountering any errors or issues.
To Reproduce
When I click to open the date picker, the modal should appear.
If I cancel the date picker, the modal should close without any errors.
The state of open should correctly reflect the visibility of the modal. If the modal is closed, the state should be false; if the modal is open, the state should be true.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: