issues
search
habu-ori
/
study
0
stars
0
forks
source link
ReactNative AsyncStorage
#25
Open
habu-ori
opened
2 years ago
habu-ori
commented
2 years ago
AsyncStorage
データベースを使わずに図まほのストレージにデータを永続的に保存できるReactNativeのライブラリ
AsyncStorage.setItem('key', 'value'); AsyncStorage.getItem('key');