Web Browser(react-dom)
<div>, <input>
Native Component(Android)
android.View, EditText
Native Component(iOS)
UIView, UITextField
React Native JSX
<View>, <TextInput>
Expo CLI(Command Line Interface), React Native CLI : 리액트 네이티브를 사용하기 위한 툴.
Expo CLI : React Native CLI보다 코드 작성이 더 쉬움, 무료
React Native CLI : 네이티브 소스코드와 병합하기 쉬움.