elidiazgt
1/5/2017 - 7:38 PM

cheatsheet react native

NATIVE

#create app
npm i -g create-react-native-app
create-react-native-app my-project
cd my-project
npm start

install package
npm install --save react-native-cookies
react-native link

#trouble init a project
sudo lsof -i :8081
kill -9 <PID>

#using new port
 react-native start --port=8088
 
# debug in simulator
 CMD + D