[R.N] 숫자 맞추기 게임 내가 1~99사이의 숫자를 입력하면 컴퓨터가 그 숫자를 맞추는 게임이다. 컴퓨터가 숫자 맞추기를 시도할때마다 나는 up. down을 통해 정답에 가까워질 수 있도록 힌트를 준다. 몇번만에 앱이 정답에 도출되었는지도 최종 화면에서 확인가능하다. SPA 방식으로 Screen-component만 구현, (page는 1개) https://github.com/heesangs/miniNumGame/commits/main/ GitHub - heesangs/miniNumGame: programing tutorialprograming tutorial. Contribute to heesangs/miniNumGame development by creating an account on GitHub.github.com .. 2025. 3. 30. [R.N] 기본앱(TodoList) 디자인 테스트 To do list apphttps://github.com/heesangs/reactnative_test/commits/main/ GitHub - heesangs/reactnative_testContribute to heesangs/reactnative_test development by creating an account on GitHub.github.com 25.2.10~11프로젝트 설정 및 간단한 스타일링 테스트 25.2.12textInput 추가 및 flex 적용테스트 25.2.13layout 업데이트 및 useState를 활용한 TextInput 세팅 25.2.18ScrollView 적용 (map 활용) 25.2.19FlatList 업데이트 (data, renderItem) 25.2.20컴포넌트.. 2025. 2. 12. [RN.개발일지] 14. 폴더 및 파일명의 의미 정리 리액트 네이트브 기본 폴더 및 파일 정리📂 폴더명설명프로젝트 관련 폴더 .bundle번들링 관련 파일들이 저장될 가능성이 있는 폴더 (앱 실행 파일)번들링: 파일들을 하나로 합쳐서 앱이 실행될 수 있도록 만드는 과정..vscodeVisual Studio Code의 프로젝트 설정 파일들이 들어 있는 폴더node_modulesnpm(yarn)으로 설치한 라이브러리들이 저장되는 폴더vendor직접 복사해서 넣은 외부 라이브러리들이 저장되는 폴더 네이티브 코드 폴더 androidReact Native 프로젝트의 Android 네이티브 코드가 들어 있는 폴더iosReact Native 프로젝트의 iOS 네이티브 코드가 들어 있는 폴더local.propertiesAndroid 관련 로컬 환경 설정 파일 (SDK.. 2025. 2. 5. [RN.개발일지] GUIDE 문서 이해 무엇부터 시작해야될까 고민하다가 01. GUIDE 문서부터 이해해보기로 했다. (이밖에도 2.컴포넌트, 3.API, 4.아키텍쳐 문서가 추가적으로 있다.) https://reactnative.dev/docs/0.74/getting-started Introduction · React NativeThis helpful guide lays out the prerequisites for learning React Native, using these docs, and setting up your environment.reactnative.dev GUIDE총 15개의 큰 대제목이 있는데 해당 내용은 다음과 같다. 기초 및 설정 1. The Basics - 기본React Native의 기초 개념과 기본 컴포넌트들에.. 2024. 11. 12. [RN.개발일지] 환경설정과 초기세팅 RN 환경 설정과 초기 세팅기본설치 1. Homebrew 설치Mac에서 필요한 패키지를 쉽게 설치하도록 도와주는 툴/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. Node.js와 npm 설치리액트는 Node 기반. Node.js를 설치하면 npm 자동 설치. 이것을 통해 리액트네이티브 CLI설치 혹은 라이브러리 설치 가능.brew install node 3. JDK 설치 (Android 개발을 위한 필수 설정)안드로이드 프로젝트의 컴파일과 관련된 여러 작업에 사용brew install --cask adoptopenjdk 4. React Native CLI 설치프로젝트를 쉽게 생.. 2024. 11. 10. 이전 1 다음