From 6965467f556a35bd1f62b415324b4d7172ed02cc Mon Sep 17 00:00:00 2001 From: Matt Hamil Date: Mon, 8 Jul 2019 14:08:45 -0500 Subject: [PATCH] fix: broken link in AsyncStorage.js The previous link was 404ing since the docs were moved to a different dir. --- lib/AsyncStorage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AsyncStorage.js b/lib/AsyncStorage.js index ef4d1b2f..01befdf1 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/react-native-async-storage/blob/master/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/LEGACY/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 `);