코딩
[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%EF%BB%BF
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