Peter Theill
Peter Theill
The constant is calling the method "getExternalStorageDirectory()" in the Android SDK which is deprecated and should not be used. See https://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()
Used in production apps for both https://outboundhq.com, https://familiohq.com/ and https://paralenz.com/
@ZJONSSON - It would be awesome to have this PR merged. We've tested it extensively and running it in production.
Good idea .. any suggestions for styling? I'm thinking something which is able to work together with the priority styles.
To me the session token looks right .. this is what I get when I print out `response.getSessionToken()` ``` I2015-06-09T22:25:17.426Z]Handling request callback for Facebook login... I2015-06-09T22:25:17.427Z]Fetching access token... I2015-06-09T22:25:17.528Z]Fetching user...
I suspect it could be the line below causing this behavior https://github.com/Hacker0x01/react-datepicker/blob/a3596272736e671cfec13e5b73b76186b387fe77/src/date_utils.js#L124 It seems like the value is passed to `new Date` in some cases and a construct such as...