아래는 Drawer Layout관련 코드 입니다.Below is the code related to Drawer Layout. 이미 메뉴얼이 있지만 직접 메뉴얼보고 따라해보면 실행되지 않는 경우가 있습니다.There is already a manual, but if […]
[ReactNative]아이콘 사용하기 / Using icons
이전 포스트에서 아이콘 사용하는 부분을 다뤘지만 약간 추가 설명이 필요한것 같습니다.I covered the use of icons in the previous post, but I think a little more explanation is […]
[ReactNative]Tab navigator 코드설명 / Tab navigator code explanation
이 포스트는 Tab navigator사용하기에 대한 코드 설명입니다.This post is a code explanation for using the Tab navigator. 한번 보시면 크게 이해하기 어려운 부분은 없다고 생각됩니다.If you take a […]
[ReactNative]Tab Navigator사용하기 / Using Tab Navigator
-탭 네비게이터를 사용하는 방법에 대한 설명입니다.Here’s an explanation of how to use the tab navigator. -탭 네비게이터는 앱에서 사용가능한 메뉴의 한 종류 입니다.Tab navigator is a type of […]
[ReactNative]웹뷰사용하기 코드설명 / Code explanation for using webview
코드가 길지 않아 많은 설명이 필요하진 않지만 중요한 것만 얘기하겠습니다.The code isn’t long so it doesn’t need much explanation, but I’ll just mention the important things. 웹뷰에서 접속 […]
[ReactNative]웹뷰사용하기 / Using webview
이번에는 리액트네이티브에서 간단하게 웹뷰를 구현해 봅니다.This time, we will simply implement a web view in React Native. 웹뷰는 모바일에서 웹페이지를 볼 수 있게 해주는 모듈 입니다.Webview is a […]
[ReactNative]리액트네이티브CLI시작/Getting started with React Native CLI
리액트 네이티브는 페이스북(메타)이 개발한 오픈 소스 모바일 애플리케이션 프레임워크입니다.React Native is an open source mobile application framework developed by Facebook(META). Expo는 리액트네이티브의 프레임워크 입니다.Expo is a React Native […]
[ReactNative] 웹뷰에러 / webview error
리액트네이티브로 앱개발하다 보면 웹뷰를 사용하게 됩니다.웹뷰는 모바일폰 내에서 브라우저랑 거의 동일한 역할을 합니다.하지만 웹뷰는 더 세부적인 기능이나 설정이 필요합니다. When developing apps with React Native, you will use […]