React Native
-
Components Styling BasicReact Native 2022. 4. 15. 01:53
https://reactnative.dev/docs/components-and-apis Core Components and APIs · React Native React Native provides a number of built-in Core Components ready for you to use in your app. You can find them all in the left sidebar (or menu above, if you are on a narrow screen). If you're not sure where to get started, take a look at the following cat reactnative.dev View : Container HTML, CSS 처럼 Open, ..
-
React Native Getting StartedReact Native 2022. 4. 15. 00:35
React Native Project 생성 In the terminal, expo init 요기서 맨 위 옵션 클릭! open Visual Studio Code File -> open -> 만든 Project 클릭! Terminal -> New Terminal 누르면 아래에 터미널을 띄울 수 있음. npm start -> start expo developer server (Ctrl + C -> Off, R -> Reloading) shows qr code 카메라로 갖다 대면 iOS 에서 'Expo Go' 라는 App 을 통해 앱을 폰에서 실행시킬 수 있다. 앱을 수정하면서 저장하면 바로바로 화면에 업데이트 됨. 만약 시뮬레이터가 필요하면 Android Studio, Xcode 를 다운 받아서 실행! An..