미세먼지 어플리케이션 10강 - 네비게이션 (9강은 10강 후에 진행하겠습니다. 순서 조정했습니다.) - YouTube 영상은 이것을 참고했습니다.. 이것을 20번정도 돌려보고나니까 되더군여.... /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow strict-local */ import React from 'react'; //import 'react-native-gesture-handler'; import {StyleSheet,Text,View,Button} from 'react-native'; import { NavigationContainer } from '@react-navigati..