From f22090e9c2c6710eeddf4bcd1b5696cf31d509d3 Mon Sep 17 00:00:00 2001 From: jopebot Date: Fri, 8 May 2020 00:13:41 -0700 Subject: [PATCH] Update URL of comments of AsyncStorage.js Replace invalid URL --- lib/AsyncStorage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AsyncStorage.js b/lib/AsyncStorage.js index 65fda77b..647278de 100644 --- a/lib/AsyncStorage.js +++ b/lib/AsyncStorage.js @@ -31,7 +31,7 @@ To fix this issue try these steps: • If you are using CocoaPods on iOS, run \`pod install\` in the \`ios\` directory and then rebuild and re-run the app. - • If this happens while testing with Jest, check out docs how to integrate AsyncStorage with it: https://github.com/react-native-community/async-storage/blob/LEGACY/docs/Jest-integration.md + • If this happens while testing with Jest, check out docs how to integrate AsyncStorage with it: https://github.com/react-native-community/async-storage/blob/master/docs/Jest-integration.md If none of these fix the issue, please open an issue on the Github repository: https://github.com/react-native-community/react-native-async-storage/issues `);