본문 바로가기

개발/React, React Native

리액트 네이티브 유데미 강의 섹션1~8

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)






'개발 > React, React Native' 카테고리의 다른 글

color-blend-mode  (0) 2017.04.11
full size image background 효과  (0) 2017.04.11
storage관련  (0) 2017.04.11
image picker  (0) 2017.04.10
리액트 네이티브 유데미 강의 섹션9~  (0) 2017.03.28