react-native-userdefaults-ios
react-native-userdefaults-ios copied to clipboard
Getting array of objects
When using .arrayForKey('keyForMyArray') I get an array with the correct length, but the entries are all null.
Is it possible to get an array of objects?