machorom / checkhall

checkhall project
0 stars 0 forks source link

Router 프로젝트 구조 정리 #1

Closed machorom closed 7 years ago

machorom commented 7 years ago

https://github.com/aksonov/react-native-router-flux

를 이용한 router 구축

machorom commented 7 years ago

$ npm i react-native-router-flux --save checkhall@0.0.1 D:\code\react\checkhall -- react-native-router-flux@3.39.2 +-- lodash.isequal@4.5.0 +-- UNMET PEER DEPENDENCY react@^0.13.0 || ^0.14.0 || ^15.0.0 +-- react-native-experimental-navigation@0.27.0 |-- clamp@1.0.1 +-- react-native-tabs@1.0.9 `-- react-static-container@1.0.1

npm WARN react-static-container@1.0.1 requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 but none was installed.

machorom commented 7 years ago

$ npm install react-native-button --save checkhall@0.0.1 D:\code\react\checkhall `-- react-native-button@1.8.2

npm WARN react-static-container@1.0.1 requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 but none was installed.