개발에 대한 기본지식이 전혀 없는 상태에서, React native 앱개발자가 되기 위해 공부하는 과정을 기록. 우선 노마드코더 니꼴라스의 강의를 무작정 따라하면서 날씨앱을 만들어 보았다. https://nomadcoders.co/courses # 최종 결과물 # 개발시 참고한 사이트 *react-native https://reactnative.dev/ *expo https://docs.expo.io/ * Weather API https://openweathermap.org/ * Location API by IP https://ip-api.com/ * UI gradients https://uigradients.com/ # 코딩한 파일 내용 1) App.js import React fro..