-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Conversation
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 Which React Native version do you run? |
@henninghall 16.13.1 |
That's the react version, whats the react native version? |
My bad... The RN version is 0.63.2 |
You seem to have this issue on both android and ios.
|
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 |
You shouldn't need to run |
I have the same issue with Expo. I simply executed Edit: My bad, I didn't notice Expo was not supported. |
Any solutions for expo???? |
Expo is now supported, see readme for installation instructions. |
@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 |
autolink doc: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
issues: #40 #44 #107