npm 사용율 1위!

깔끔하고 Playground도 잘 되어 있어서 유용한 것 같다.

1. 모듈 설치

https://react-native-elements.github.io/react-native-elements/

yarn add react-native-elements
yarn add react-native-vector-icons
yarn add -D @types/react-native-vector-icons

선택 사항

yarn add react-native-safe-area-context
import { SafeAreaProvider } from 'react-native-safe-area-context';

function App() {
  return <SafeAreaProvider>...</SafeAreaProvider>;
}

2.