반응형
리액트 네이티브 화면전환
-
React Native | Navigation Stack 화면 전환 구현리액트 네이티브 (React Native, RN) 2021. 6. 17. 15:27
아래 React Native 개발 환경 구축을 바탕으로 작성되었습니다. https://kitty-geno.tistory.com/47?category=956753 Go to the Screen Touch! navigation.navigate('MyPage')} title="Go to the Button Press!"> ); } function MyPage() { return ( MyPage ); } function App() { return ( ); } export default App; ↓ #Reference https://reactnavigation.org/docs/getting-started