인스타그램클론(노마드코더강의)/#10 App: Setup
-
#10 App: Setup인스타그램클론(노마드코더강의)/#10 App: Setup 2020. 4. 21. 16:29
#10.0 Creating the Project 1. npm install --global expo-cli 설치 진행 2. expo init prismagram-app 로 프로젝트 초기화 (blank 선택) 3. npm i styled-components react-navigation apollo-boost graphql react-apollo-hooks apollo-cache-inmemory apollo-cache-persist 설치 진행 4. expo install expo-font expo-asset 설치진행 5. 안드로이드스튜디오를 다운 받자(안되면, 모바일 전용 expo 어플 설치) #10.1 Preloading Assets Preload는 실제 app을 실행 시킨 후, data를 받아오기 전까..