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
- View
- Text
- Image
- TextInput
User Interface
- Button
- title
- onPress
- Switch - 껐다 켰다하는 UI
- value true, false
반응형