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

can not found RNDatePicker #386

Closed
zhichao-github opened this issue Sep 9, 2021 · 1 comment
Closed

can not found RNDatePicker #386

zhichao-github opened this issue Sep 9, 2021 · 1 comment

Comments

@zhichao-github
Copy link

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.

export default class App extends Component {

  state = { date: new Date() }

  render = () =>
    <DatePicker
      date={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]
@henninghall
Copy link
Owner

Duplicate of #107

@henninghall henninghall marked this as a duplicate of #107 Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants