[React Native] Async Storage 사용하기
앱을 개발하다보니 설정된 내용을 저장할 필요가 있어 async-storage를 사용하게 되었다. React Native 버전이 0.59 이하인 경우 아래와 같이 하면 된다. 버전이 0.60 이상인 경우 link를 해주지 않아도 된다. $ npm install @react-native-community/async-storage $ react-native link @react-native-community/async-storage 데이터를