react-native-timeago
react-native-timeago copied to clipboard
Optionally specify a time from other than now()
moment.js allows us to specify a time from other than now() by using from() rather than fromNow().
This diff exposes that in the timeago API using an optional timeFrom prop
Would you be able to update the README to document your changes in this PR as well? Thanks!