-
-
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
RNDatePicker" was not found in the UIManager. #107
Comments
I solved it! pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker' cd ios && pod install |
So after doing this, my build fails. Any suggestions? |
@yilakt what error message do you get? |
@henninghall It was telling me module wasn't found. I think it was an issue more to do with my config than the repo. But I ended up going with "@react-native-community/datetimepicker": "^2.1.0" / RNDateTimePicker for the time being. |
I have the same error but I'm running ubuntu 18.04, I can not just install cocoapods. or can I? |
I ran into the same issue. I cannot do the CocoPods install because it an Expo Project.
|
@cjmarecek I don't think you could run an ios app on linux without some weird hacky tricks. |
I just got the same error message as the initial message |
+1 |
1 similar comment
+1 |
Is this issue connected to this by any chance?
https://github.com/henninghall/react-native-date-picker#can-i-use-expo |
Thank you, got this error today on |
I'm still facing this issue but for android version, does someone have Any suggestions? Thanks so much |
@duykhanh0409 I am still facing this issue. Have you figured out any solution? |
Try to install react-native-date-picker": "^4.3.3" this particular version & then add pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker' inn Pod file .It should fix |
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
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: