Some of the moment methods work in React Native and others don't. I suspect it has to do with listeners.
I can use moment for formatting:
moment(new Date()).format("YYYY-MM-DD hh:mm:ss")
But not for active formatting:
moment(new Date()).format("YYYY-MM-DD hh:mm:ss").fromNow()