개발74 [RN-iOS] RN 설치 0. 개발 환경 - MacBook Catalina 10.15.1 - React Native 0.61.5, iOS - npx 6.11.3 - Xcode 11.2 1. 설치 및 새 프로젝트 생성 공식 문서를 참고한다 https://facebook.github.io/react-native/docs/getting-started 프로젝트 생성 $ npx react-native init SelfClap 2. iOS Simulator 실행 cd /Users/ny/work/SelfClap && npx react-native run-ios 무사히 실행되었다! 2020. 1. 6. [ubuntu] 파티셔닝 ubuntu 설치할 때 partition을 나누어야 한다. 아래 전체가 디스크라면 한 칸 한 칸이 모두 파티션이다. 파티션은 각각 다른 파일시스템 형식으로 포맷(format) 될 수 있다. ex) swap 영역 partition1(ext2) partition2(squashfs) partition3(ext3) partition4(jfs) 위키에 의하면 linux file system은 다음 형식으로 지원한다. Linux supports numerous file systems, but common choices for the system disk on a block device include the ext* family (ext2, ext3 and ext4), XFS, JFS, and btrfs. For r.. 2020. 1. 6. 이전 1 ··· 10 11 12 13 다음