본문 바로가기
반응형

react-native4

react-native setting without Framework 회사에서 열심히 밀고 있는 Mendix의 Native Mobile 빌드를 위해 react-native를 알아봐야 될것 같아서설치를 진행해보도록 했다.  https://reactnative.dev/docs/set-up-your-environment Set Up Your Environment · React NativeIn this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. This will allow you to develop with Android emulators and iOS simulators, build your app locally, .. 2024. 11. 7.
[ReactNative-RN] 설정하기 on Windows11 1. nodejs 설치 Download | Node.js (nodejs.org) Download | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 현재 v18.18.0 설치 2. jdk1.8 설치 Oracle JDK1.8 설치 3. Android Studio 설치 Android SDK Android SDK Platform Android Virtual Device 체크하여 꼭 설치~ Android SDK Platform 34 설치 SDK Tools 설치 로컬유저데이터\Android\Sdk\platform-tools 를 패스에 등록 에뮬레이터 생성 4. Visual Studio Code 설치.. 2023. 11. 24.
[React-Native]앱만들기-1(환경설정-HelloWorld) 매년마다 만든다고 하면서 한번(ㅠㅠ) 도 만들지 못한, 앱을 다시한번 도전 해보려고 합니다! 쓰고있는 핸드폰은 아이폰이지만, 개발자등록비용이 좀 비싸니까 ㅠㅠ 일단 안드로이드 버전부터 시작해보겠습니다. react-native 사이트에 나온거 같이 똑같이하고, 첫번째 프로젝트를 실행해 보았습니다~~! reactnative.dev/docs/environment-setup Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev 그리고 이걸 조금 수정해서 진짜 헬로우 월드를 찍어보았습니다. import React, {.. 2021. 1. 2.
[react-native-expo] 기기테스트시에 소켓 오류 발생 윈도우에서 react-native 설치하고, 안드로이드 실기에서 테스트 하는데, 다음과 같은 오류가 발생 해결을 위해 구글링을 하니, 스택오버플러우에 답이 있다. ( 땡스맨~ ) 이유는 VirtualBox 같은 VM 을 설치한 경우, 가상IP 때문에 생기는 일이라고 한다. 관련링크 https://github.com/react-community/create-react-native-app/issues/144 Network Response Time Out Error · Issue #144 · react-community/create-react-native-app Uncaught Error: Java.net,sockettimeoutException: failed to connect to after 10000ms.. 2019. 8. 24.
반응형