Running in react-native & expo: ```js var Locale = require("react-native-locale"); const res = Locale.dateFormat(date.getTime(), "medium", "medium"); ``` as in manual. I get an error `null is not an object (evaluating 'NativeLocale.dateFormat')`
Running in react-native & expo:
as in manual. I get an error
null is not an object (evaluating 'NativeLocale.dateFormat')