react-native-cookies / cookies

🍪 Cookie Manager for React Native
MIT License
482 stars 95 forks source link

RNCookieManagerAndroid.clearAll got 3 arguments, expected 2 #89

Open anetka31 opened 3 years ago

anetka31 commented 3 years ago

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);
            });
rajeshias commented 7 months ago

+1