react-native-timeago icon indicating copy to clipboard operation
react-native-timeago copied to clipboard

Optionally specify a time from other than now()

Open mrtom opened this issue 7 years ago • 1 comments

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

mrtom avatar Sep 02 '17 16:09 mrtom

Would you be able to update the README to document your changes in this PR as well? Thanks!

TylerLH avatar Sep 09 '17 14:09 TylerLH