You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
This is roughly my code:
var CookieManager = require('react-native-cookies');
CookieManager.getAll((err, res) => {
console.log('cookies!');
console.log(err);
console.log(res);
});
The cookie manager is defined, and so is the getAll method.
Someone suggested that maybe the files where not properly added to the xcode project. Do I need to "add files to.." the most top level name of the app (the one that states the sdk under it) or to the folder which has the same app name?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am faced with the same issue as this: facebook/react-native#1274
This is roughly my code:
var CookieManager = require('react-native-cookies');
CookieManager.getAll((err, res) => {
console.log('cookies!');
console.log(err);
console.log(res);
});
The cookie manager is defined, and so is the getAll method.
Someone suggested that maybe the files where not properly added to the xcode project. Do I need to "add files to.." the most top level name of the app (the one that states the sdk under it) or to the folder which has the same app name?
Thanks!
The text was updated successfully, but these errors were encountered: