Hi, I use the version 2.2.1 with RN version 0.63.4. I have this error when I set one value like this : ``` Preference.set("key", "123") .then(() => console.log("ok")) .catch((e) => console.log(e)); ``` Regards