15.8.5.3 로그아웃 후 authStorage 초기화하기
이번에는 로그아웃 후 authStorage에 담긴 정보를 초기화하겠습니다. UserMenuScreen 컴포넌트에서 authStorage를 불러와 onLogout 함수 내부에서 authStorage.clear()를 호출해주세요.
screens/UserMenuScreen.tsx
(...) import authStorage from '../storages/authStorage'; function () { (...) const () => { (null); (); authStorage.clear(); }; (...)