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

Malformed calls from JS: field sizes are different. #139

Open
PurnimaNaik opened this issue Apr 12, 2019 · 2 comments
Open

Malformed calls from JS: field sizes are different. #139

PurnimaNaik opened this issue Apr 12, 2019 · 2 comments

Comments

@PurnimaNaik
Copy link

var CookieManager = require("react-native-cookies")

CookieManager.clearAll((err, res) => {
  console.log(err);
  console.log(res);
});

Error logged in console-

Malformed calls from JS: field sizes are different.
[[77,42,33],[4,0,0],[[23,2000,1555083110439,false],[["cookie"],107]],51]
@rayronvictor
Copy link

Try this:

CookieManager.clearAll()
  .then((res) => {
    console.log(res);
  });

@safaiyeh
Copy link

safaiyeh commented Jan 2, 2020

I have forked the repo here: https://github.com/safaiyeh/react-native-cookie-store
We can create issues and PRs there to continue the development of the project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants