Thoughts, stories and ideas.

React Native

Reference

공식페이지
두부랩깃헙

Install

Install Node.js

#NVM 설치
$ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash

#코드추가
$ vi ~/.bash_profile
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

#재시작
source ~/.bash_profile

#install nodejs and npm via nvm.
$ nvm install 10
$ nvm alias default 10.14.2

React-Native-Cli

$ npm install -g react-native-cli
$ react-native init MyFirstProject

Visual Studio Code
code.visualstudio.com

# Android 단말 흔들어주기 버튼
adb shell input keyevent 82

강의

ES6

02.객체 비구조화, 배열 비구조화, 객체 리터럴