React.jsx: type is invalid, expected a string (for built-in components) or a class/function but got: object | react-native-ui-datepicker
I have a component that uses the DateTimePicker
from react-native-ui-datepicker
library. While writing test case for it using jest
it showing the following error