I'm trying to use the React Native DateTimePicker library in my app and I get the following error when I attempt to pick a date:
Invariant Violation: Invariant Violation: requireNativeComponent: "RNDateTimePicker" was not
found in the UIManager.
Anyone else experiences this error? I have gone through other posts like the following but still can't seem to figure it out. Git repo
I am using expo - which may not be compatible with this library. If not, does anyone else have any other recommendations for a date/time library?
I also tried linking, but to no prevail