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

DatePickerManager is not fabric compatible yet #632

Closed
zhenguet opened this issue Mar 30, 2023 · 1 comment
Closed

DatePickerManager is not fabric compatible yet #632

zhenguet opened this issue Mar 30, 2023 · 1 comment

Comments

@zhenguet
Copy link

zhenguet commented Mar 30, 2023

Describe the bug
image

Expected behavior
My old project use

        "react-native": "0.69.3",
        "react-native-date-picker": "^4.2.6",

is working well.

But in new project is facing this problem
To Reproduce
Add example code that reproduces the behavior.

export default class App extends Component {

  render = () =>
    <DatePicker
        date={new Date()}
        mode="time"
        is24hourSource="device"
        onDateChange={(value: any) => {
          console.log(value)
        }}
      />
}

Smartphone (please complete the following information):

  • OS: Android
  • React Native version: 0.71.4
  • react-native-date-picker version: 4.2.10
@henninghall
Copy link
Owner

Duplicate of #618

@henninghall henninghall marked this as a duplicate of #618 Mar 30, 2023
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