import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; const Analy =() =>{ return( 여기는 분석 페이지 ) } const style = StyleSheet.create({ Font: { fontSize:24 } }); export default Analy;