본문 바로가기

날씨앱

React Native 날씨앱 만들기3 (노마드코더) 이번에는 React Native에서 Icons을 적용해볼 것이다. 사용하는 방법에 대한 문서는 아래 URL에 있는 문서를 참고할 것이고, https://docs.expo.dev/guides/icons/ Icons - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. docs.expo.dev 아이콘을 가져오는 사이트는 아래의 사이트를 사용해서 가져올 것이다. https://icons.expo.fyi/ @expo/vector-icons directory icons.expo.fyi 1. 아이콘 Object 셋팅.. 더보기
React Native 날씨앱 만들기1 (노마드코더) 노마드코더의 React Native를 사용한 날씨앱 만들어보기를 따라할 것이다. 일단 날씨를 하기 전에 내가 위치해있는 위치를 가져오는 API를 사용해볼 것이다. 위치를 가져온 다음, 해당 위치에서 16일 간의 기상 예보를 가져오는 게 목표이다. 전 게시물에서 이야기 했던 것처럼 Expo API 문서에서 Location API를 사용한다. https://docs.expo.dev/versions/v44.0.0/sdk/location/ Location - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. do.. 더보기
React Native 날씨앱 만들기2 (노마드코더) React Native 날씨앱 만들기1 (노마드코더)Weather API를 사용해서 날씨를 가져올 것이다. 사용할 API는 유명한 OpenWeatherMap API를 사용한다. https://openweathermap.org/api Weather API - OpenWeatherMap Please, sign up to use our fast and easy-to-work weather APIs for free. In case your requirements go beyond our freemium account conditions, you may check the entire list of our subscription plans. You can read the How to Start guide and e.. 더보기

LIST