Replies: 1 comment
-
I did a quick copy and paste and was getting an error with your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have interested to use date-fns in my react-native project.
I use
react-native version 0.62.2
anddate-fns version 2.16.1
.after the import format such as
import {format} from 'date-fns';
I have try this example:
The console print "pre date" but after the code is blocking (without error).
I have try also
but I have the same problem.
Where I wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions