삽질2/React-Native
react-native 특정버전 프로젝트 생성
lorem ipsum
2019. 9. 17. 09:13
cmd에서
react-native init 프로젝트명 --version react-native@버전숫자
ex) react-native init projectname --version react-native@0.57.8
이렇게 치면
'projectname'이란 react-native 0.57.8버전 프로젝트가 생성된다.