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
Invariant Violation: requireNativeComponent: "RNDatePicker" was not found in the UIManager.
Expected behavior
fix it
To Reproduce
Add example code that reproduces the behavior.
exportdefaultclassAppextendsComponent{state={date: newDate()}render=()=><DatePickerdate={this.state.date}onDateChange={date=>this.setState({ date })}/>}
Smartphone (please complete the following information):
OS: [iOS]
React Native version [e.g. 0.59.4]
react-native-date-picker version [e.g. 2.5.1]
The text was updated successfully, but these errors were encountered:
Describe the bug
Invariant Violation: requireNativeComponent: "RNDatePicker" was not found in the UIManager.
Expected behavior
fix it
To Reproduce
Add example code that reproduces the behavior.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: