오도원입니다.

건강과 행복을 위하여

Development/ReactNative

react native core component

오도원공육사 2023. 9. 24. 20:38
반응형

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

Basic Components

  1. View
  2. Text
  3. Image
  4. TextInput

User Interface

  1. Button
    1. title
    2. onPress
  2. Switch - 껐다 켰다하는 UI
    1. value true, false
 
반응형

'Development > ReactNative' 카테고리의 다른 글

react native. 카카오 친구목록 클론코딩  (0) 2023.09.26
react native. custom hook  (0) 2023.09.25
react native. 컴포넌트와 props  (0) 2023.09.24