react-native-userdefaults-ios
react-native-userdefaults-ios copied to clipboard
Support for suites
Good efforts @dsibiski , One feature missing here is suites,
[[NSUserDefaults alloc] initWithSuiteName:kSuiteName];
It would be great if we can integrate suites into this library.
+1