We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import Moment from 'react-moment'; .... <Text style={styles.date} > <Moment> {data.last_login}</Moment> </Text>
data.last_login = "2017-11-20T17:57:14.000Z" Code is working without Moment
The text was updated successfully, but these errors were encountered:
Same issue here. Were you able to resolve it @psn80 ?
Sorry, something went wrong.
Are you using Moment in React Native @abdalafer ?
Just integrate element={Text} see https://www.npmjs.com/package/react-moment#usage-with-react-native
Thanks @shelker. I assume this fixes their issue.
No branches or pull requests
data.last_login = "2017-11-20T17:57:14.000Z"
Code is working without Moment
The text was updated successfully, but these errors were encountered: