import {Calendar, CalendarList, Agenda} from 'react-native-calendars';
Calendar
: 일반적으로 떠올리는 달력 화면 (이전달, 다음달 보려면 < > 버튼 클릭하면 넘어감)
CalendarList
: 이전달, 다음달 내용을 터치 스크롤을 통해 볼 수 있는 컴포넌트. (터치 스크롤로 넘김)
Agenda
: 등록된 일정을 목록 리스트로 쭉 나열하는 화면
import {Calendar, CalendarList, Agenda} from 'react-native-calendars';
Calendar
: 일반적으로 떠올리는 달력 화면 (이전달, 다음달 보려면 < > 버튼 클릭하면 넘어감)CalendarList
: 이전달, 다음달 내용을 터치 스크롤을 통해 볼 수 있는 컴포넌트. (터치 스크롤로 넘김)Agenda
: 등록된 일정을 목록 리스트로 쭉 나열하는 화면