when I import moment like:
import * as moment from 'moment';
I get the following error
moment is not a function.
When import it like:
import moment from 'moment';
I get the following error:
External module 'moment' has no default export
What is the best way to add moment to react native?
By the way I added moment by this command: npm install --save moment
I also used toLocaleDateString() before, it works on IOs but it doesn't work properly on android so I have to use moment.