import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; const Montly =() =>{ return( 여기는 월별 페이지 달력을 추가할 예정입니다. ) } const style = StyleSheet.create({ Font: { fontSize:24 } }); export default Montly;