Programming/ReactNative (1) 썸네일형 리스트형 React Native에서 AsyncStorage https://react-native-async-storage.github.io/async-storage/docs/usage/ Usage | Async Storage Async Storage can only store string data. In order to store object data, react-native-async-storage.github.io 앱을 종료 후 다시 실행하였을 때, 데이터를 유지시키고 싶은경우가 있을수있다. @react-native-async-storage/async-storagelocalstorage와 마찬가지로, 문자열 데이터만 사용이 가능하다. 따라서 JSON.stringify 메서드와 JSON.parse 메서드의 사용이 필요하다. 비동기 처리가 필요하다. Import.. 이전 1 다음