Open vishaljadhav opened 5 years ago
~@vishaljadhav Did you ever get past this issue?~
Turns out my issue was that I was incorrectly formatting my dates. I changed my date formatting to be
moment.utc(self.startDate).format("YYYY-MM-DDTHH:mm:ss.SSS[Z]")
and android is happy
@KorvinSzanto 😍
Below is the source code I have used in my project, functionality works as expected while in debug mode on android but once it is released nothing happens.
Source Code
Error Logged
{"line":343,"column":12139,"sourceURL":"index.android.bundle"}
What could be the problem?