먼저 Node.js 및 React.js 패키지들을 설치 한다.
react-native-svg
모든 Vector icon을 사용하자.
# yarn add react-native-svg --save
Lottie
앱에 Vector Animation을 넣자.
# yarn add lottie-react-native --save
react-navigation
네비게이션 컨트롤러를 편리하게 제어하자.
# yarn add react-navigation --save
네비게이션 컨트롤러를 Hooks 방식으로 쓰자.
# yarn add react-navigation-hooks --save
react-native-fs
파일시스템을 제어하자.
# yarn add react-native-fs --save
'Developments > React Native' 카테고리의 다른 글
iOS 실행시 nw_connection_get_connected_socket 에러 해결 (0) | 2019.11.15 |
---|---|
React.js와 React Native 컴포넌트를 동일한 style 코드로 적용하자 (0) | 2019.11.08 |
pod install이 되지 않을때 (0) | 2019.11.07 |
React-Native + Typescript에서 절대경로 사용하기 (0) | 2019.11.05 |
React Native + Typescript 프로젝트 생성 (0) | 2019.09.24 |