react-time-ago
react-time-ago copied to clipboard
react-native support
any plan to release the react-native equivalent of this component?
I myself haven't used React Native, so someone else would have to do that.
Theoretically, I guess this component could be ported to React Native.
This component accesses Intl
global object for the tooltip text, and also renders <time/>
HTML element. If those got replaced with React Native alternatives, and if setTimeout()
works in React Native, then I guess it could theoretically work.