Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 362 Bytes

async-storage.md

File metadata and controls

12 lines (7 loc) · 362 Bytes

AsyncStorage 使用練習

目標

切換到 feature/route branch

  1. 在 Sign in 時將 username 寫入到 AsyncStorage
  2. 在 App 載入後,從 AsyncStorage 讀取 username 並更新到 username 輸入欄位

範例

範例連結: agileworks-tw/RN_Todo_Sample#4