You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2019. It is now read-only.
var DatePicker = require('react-native-fate-time-picker')
and added to my main view:
<View>
<DatePicker/>
</View>
getting this error:
Element Type is invalid: expected a string (for built-in components) or a class function (for composite components) but got: object. Check the render method of exports.
I haven't tried with Android yet until I know it works on iOS too.