cookies icon indicating copy to clipboard operation
cookies copied to clipboard

RNCookieManagerAndroid.clearAll got 3 arguments, expected 2

Open anetka31 opened this issue 4 years ago • 1 comments

Hi, I unistalled package react-native-cookies and was installed "@react-native-community/cookies": "^5.0.1",

And now I have error:

RNCookieManagerAndroid.clearAll got 3 arguments, expected 2

My cod:

import CookieManager from '@react-native-community/cookies';
...
CookieManager.clearAll()
            .then((success) => {
                console.log('CookieManager.clearAll =>', success);
            });

anetka31 avatar Dec 08 '20 09:12 anetka31

+1

rajeshias avatar Mar 19 '24 06:03 rajeshias