AsyncStorage를 사용하는데 다음의 에러가 발생했다.
[Fri Mar 12 2021 16:19:36.270] ERROR Error: [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null.
Just close the Metro bundler and run react-native run-android or run-ios and it will be fixed.에서 제시한 다음 해결과정을 따라가며 해결했다.
To fix this issue try these steps:
• Run react-native link @react-native-async-storage/async-storage
in the project root.
• Rebuild and restart the app.
• Run the packager with --reset-cache
flag.
• If you are using CocoaPods on iOS, run pod install
in the ios
directory and then rebuild and re-run the app.
react-native link @react-native-async-storage/async-storage
app 재시작하기
npm run ios --reset-cache 실행하기
CocoaPods를 사용할 경우 ios폴더로 이동해 pod install하기