코딩

[React-Native] web 정리

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

 

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

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