mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 22:55:19 +08:00
8d7b6d9a992249c8286a84fbdd4e2aeb0db983ac
Summary: When you forget to pass the value parameter to AsyncStorage.setItem the entire app would crash instead of showing a useful error message. The problem was that the error function used in the file expected a dictionary but was passed the value of the key which caused the crash. Closes https://github.com/facebook/react-native/pull/535 Github Author: Janic Duplessis <janicduplessis@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Description
Languages
JavaScript
40.2%
Java
24.7%
Objective-C
14.3%
C++
13.5%
Objective-C++
3.9%
Other
3.3%