shimohq / react-native-cookie

A cookie manager module for react-native
MIT License
93 stars 49 forks source link

TypeError: option expires is invalid #31

Open harleenarora opened 4 years ago

harleenarora commented 4 years ago

Hi, I am using this package but getting a error:

Error:

YellowBox.js:71 Possible Unhandled Promise Rejection (id: 0):
TypeError: option expires is invalid
TypeError: option expires is invalid
LucDrenth commented 3 years ago

Hi I'm getting the same error [TypeError: option expires is invalid] Using options {expires: expireDate} where expire date is a valid date format This happens on android and ios. I have react version 16.13.1 and react-native version 0.63.4