You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AsyncStorage.native.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ function checkValidInput(usedKey: string, value: any) {
59
59
if(isValuePassed&&typeofvalue!=='string'){
60
60
if(value==null){
61
61
thrownewError(
62
-
`[AsyncStorage] Passing null/undefined as value is not supported. If you want to remove value, Use .remove method instead.\nPassed value: ${value}\nPassed key: ${usedKey}\n`,
62
+
`[AsyncStorage] Passing null/undefined as value is not supported. If you want to remove value, Use .removeItem method instead.\nPassed value: ${value}\nPassed key: ${usedKey}\n`,
0 commit comments