React.js와 같이 RN에서도 Navigator 하위 스크린이 아닌 경우에도, 페이지 이동을 위해 navigation을 사용할 수 있는 방법이 있을까?실제로는 Header에 위치한 토글 컴포넌트에서 토글 컴포넌트 클릭 시, 화면 상호 전환하게 하려했지만, 토글 컴포
https://reactnavigation.org/docs/themes/theme 객체 생성(ex> "MyTheme")theme 객체 내의 속성에 해당하는 값 입력: colors의 경우, primary,background,card,text,border,noti
RN + TS + Redux 조합으로 코드 작성 중, store의 reducer에 '.'으로 접근하고자 하니, 타입 오류 메시지가 뜸 Property 'myLocationReducer' does not exist on type 'DefaultRootState'https