개발/React, React Native
리액트 네이티브 유데미 강의 섹션1~8
옐이
2017. 3. 16. 00:55
https://github.com/StephenGrider/ReactNativeReduxCasts
react native 프로젝트 생성
react-native init albums(프로젝트이름)
빌드,에뮬레이터
react-native run-ios
entry point
index.android.js
index.ios.js
컴포넌트 개발 스텝
render 할 때
Root componenet만 AppRegistry.registerCompontent 사용
root componene라는 것은 젤 첨에 보여주고 싶은 최초 컴포넌트를 의미.
그 다음 child component는 export 사용
built in debugger
command d -> remote debugging -> 개발자도구 (command shift j)