Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

got undefined on set cookie response #162

@rahultatvasoft

Description

@rahultatvasoft

@joeferraro

"react": "16.8.6",
"react-native": "0.60.4",
"react-native-cookies": "^3.3.0",

import CookieManager from 'react-native-cookies';

CookieManager.set({
name: 'myCookie',
value: 'myValue',
domain: 'some domain',
origin: 'some origin',
path: '/',
version: '1',
expiration: '2015-05-30T12:30:00.00-05:00'
}).then((res) => {
console.log('CookieManager.set =>', res); // undefined
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions