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

[android]fix:"DatePickerManager" was not found in the UIManager #260

Closed
wants to merge 1 commit into from
Closed

Conversation

dos1in
Copy link

@dos1in dos1in commented Oct 21, 2020

@henninghall
Copy link
Owner

Closing this one since I cannot reproduce any problems with auto-linking with later versions of React Native. Haven't found any other packages that have used this solution either.

@JSharles
Copy link

Capture d’écran 2021-01-16 à 17 58 22

I was waiting for this PR to be merged since it seems to be the solution to my problem.

Is there any other way to resolve this issue ?

@henninghall
Copy link
Owner

@JSharles Which React Native version do you run?

@JSharles
Copy link

@JSharles Which React Native version do you run?

@henninghall 16.13.1

@henninghall
Copy link
Owner

That's the react version, whats the react native version?

@JSharles
Copy link

My bad... The RN version is 0.63.2

@henninghall
Copy link
Owner

You seem to have this issue on both android and ios.

  1. Have you run pod install and react-native run-ios or equal on iOS?
  2. Have you run react-native run-android and a gradle clean on android?

@JSharles
Copy link

Indeed, the issue occurs on both platforms.

Every other Date Picker libraries available work fine, but yours is the only one to offer an ios clone for Android.

I am rather a beginner regarding software development so it could be something that I forgot to do.

Here's my the steps I followed :

1 - installed the lib
2 - npx react-native link
3- cd ios && pod install && cd ..
4- run-ios and run-android

@henninghall
Copy link
Owner

You shouldn't need to run react-native link on react native versions after 0.59 so maybe that's messing things up. Try restoring the project to before installing this lib and try without the link command. Otherwise it looks like you're doing everything right!

@brtdv
Copy link

brtdv commented Feb 3, 2021

I have the same issue with Expo.

I simply executed yarn add react-native-date-picker && expo start, which gives me the same error. I also tried removing my node_modules folder and reinstalling everything with yarn install.

Edit: My bad, I didn't notice Expo was not supported.

@Balaji2810
Copy link

I have the same issue with Expo.

I simply executed yarn add react-native-date-picker && expo start, which gives me the same error. I also tried removing my node_modules folder and reinstalling everything with yarn install.

Edit: My bad, I didn't notice Expo was not supported.

Any solutions for expo????

@henninghall
Copy link
Owner

Expo is now supported, see readme for installation instructions.

@NazoSnare
Copy link

@henninghall is this now working on expo? I am having the same issue on the expogo emulator and app on my physical device

@henninghall
Copy link
Owner

@henninghall is this now working on expo? I am having the same issue on the expogo emulator and app on my physical device

See readme for latest info

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

Successfully merging this pull request may close these issues.

6 participants