Daniil Yankouski
Results
2
comments of
Daniil Yankouski
Maybe anyone wants to have a set method or asynchronous get method. See attached code below Edit File: RNIosSettingsBundle.m ``` RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(getValByKey:(NSString *)key) { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; return [defaults...
Please, cover these changes with unit tests