코딩

[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