React Native 날씨앱 만들기 by Nomad Coders
예제 : https://nomadcoders.co/react-native-fundamentals
- node 버전 12 이상
- npm 버전 6 이상
- install Expo CLI
$ npm install -g expo-cli
$ git clone https://github.com/HyunAh-iia/react-native-weather.git
$ cd react-native-watehr && yarn install
$ yarn start
- API_KEY.json : openWeather API 사용을 위한 key 저장
- Expo Dev tools -> Publish or republish project
- 폰에 EXPO client 어플 설치 후 로그인 마켓에 올리거나, 개발자 등록하지 않아도 어플을 테스트 할 수 있어 좋다 :)