React Native/React Native 날씨 앱(2)
-
[RN 4-2 프로젝트 개발]
현재 위치 정보를 가져와 해당 위치의 날씨와 온도를 표시 1) Weather API : Fetch API 사용해서 앱 외부의 날씨 데이터 가지고 오는 API (*) 회원가입 필수 - 가입 후 발송된 이메일 확인 후 인증 https://openweathermap.org/api Weather API - OpenWeatherMap We have combined Weather services and Satellite imagery in a simple and fast Agro API. We have also launched a Dashboard for it - it is a visual service where you can easily work with satellite, weather and historic..
2020.02.24 -
[RN 4-1 프로젝트 준비]
날씨 앱 프로젝트 생성 react-native init WeatherApp 타입 스크립트, 스타일 컴포넌트, 바벨 플러그인 설치 cd WeatherApp/ npm install --save styled-components npm install --save-dev typescript @types/react @types/react-native @types/styled-components babel-plugin-root-import IDE 를 실행하여 프로젝트 오픈하여 타입스크립트 생성 및 설정 : tsconfig.json 더보기 { "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true..
2020.02.24