ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Implement AsyncStorage.multiGet #58

Closed iancanderson closed 7 years ago

iancanderson commented 7 years ago

This implements AsyncStorage.multiGet, and returns a Dict String (Maybe String), which is more convenient to use than React Native's list of lists.

Thanks to @jsteiner for help pairing on this!