shimohq / react-native-cookie

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

cookies are not persistent (android) #9

Open farrukh-hashmi opened 7 years ago

farrukh-hashmi commented 7 years ago

Hi, I have used the code as you explained. Please check the issue that i am getting.

Here is my code, Cookie.get(StagingUrl,"connect.sid").then((cookie) => {

  console.log(cookie)

});

Getting Null when app restarts ? whats the issue.