git
-
[todo_app_2] 프로젝트 세팅프로젝트/[react]todo_app 2018. 5. 8. 22:33
세팅expo에서 프로젝트 생성github에 repository생성 git remote add origin urlgit pull origin mastergit add .git commit -m "some messages"git push origin master app.json 변경{ "expo": { "name": "cute todo", "description": "cute todo app made by react", "slug": "cuteTodo", 앱 이름, 설명 쓰기 slug 가 expo 프로젝트 이름 따라서 cute-todo 이렇게 되어있었는데나중에 오류난다... '-' 이거 빼야함 README.md 변경# cute-todocute todo app made with react native GitH..