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
The light theme breaks when switching from dark mode, see screen recording:
Screen.Recording.2024-03-28.at.9.01.09.AM.mov
(I did not try on Android yet, maybe it suffers from the same issue)
Expected behavior
Light mode should not break when switching from dark mode.
To Reproduce
In iOS simulator, switch theme (Features > Toggle Appearance shift + cmd + A): Light, Dark, Light, it should break.
exportdefaultclassAppextendsComponent{state={date: newDate()}render=()=><DatePickerdate={this.state.date}onDateChange={date=>this.setState({ date })}/>}
Smartphone:
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
The light theme breaks when switching from dark mode, see screen recording:
Screen.Recording.2024-03-28.at.9.01.09.AM.mov
(I did not try on Android yet, maybe it suffers from the same issue)
Expected behavior
Light mode should not break when switching from dark mode.
To Reproduce
In iOS simulator, switch theme (Features > Toggle Appearance
shift + cmd + A
): Light, Dark, Light, it should break.Smartphone:
The text was updated successfully, but these errors were encountered: