코딩

[React-Native] web 정리

obin01 2023. 10. 12. 22:41

1. react-native에  필요한 라이브러리

yarn add @react-native-community/masked-view
yarn add react-native-gesture-handler
yarn add react-native-reanimated
yarn add @react-navigation/native @react-navigation/native-stack
yarn add react-native-screens react-native-safe-area-context

 

2. 자주쓰는 컴포넌트

- View

- Text

- Image

- ScrollView

- TextInput

- Button

- Switch

 

참고 : 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

 

'코딩' 카테고리의 다른 글

[Chatbot] 간단한 챗봇 만들기  (1) 2024.10.02
[Chatbot] 챗봇  (2) 2024.10.02
[JavaScript] 자주 쓰는 함수 정리  (0) 2021.11.22
[React] 자주 쓰는 용어 정리  (0) 2021.09.06
[React] Hooks 함수 정리  (1) 2021.08.31