React Native 와 Expo

React Hooks

State Management

QR Code Generator

react-natvie-qrcode-svg 패키지를 이용해서 QR코드를 생성할 수 있다.

AsyncStorage

로그인 세션 관리

배열을 어떻게 저장할 것인가? → JSON 형태 문자열로 관리하여 해결

어디까지 캐싱할 것인가?

Material Design

react-natvie-paper 패키지에서 제공하는 Material Component 를 활용하여 전반적으로 깔끔한 플랫 디자인을 적용하였다.

https://callstack.github.io/react-native-paper/

Toast Message(cross-platform)

안드로이드 내장 Toast 처럼, Alert 보다 깔끔하게 메시지를 보여주기 위해 react-natvie-toast-message 패키지를 사용하였다.

react native 의 내장 Toast 컴포넌트와 달리 이 패키지는 android 와 ios 모두 지원한다.

https://github.com/calintamas/react-native-toast-message