We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MainTabState에 button이 눌렸는지 안 눌렸는지 상태 값을 저장하는 isRecordButtonTapped 변수 선언 및 init
action에 버튼이 눌렀을 때의 액션을 선언해준다(Bool 타입)
tabReducer에 recordReducer을 pullback 해준다.
reducer 내에서 moveToRecordViewButtonTapped의 케이스를 처리해준다.
RecordView(button이 눌렸을 때의 view)를 생성해준다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MainTabState에 button이 눌렸는지 안 눌렸는지 상태 값을 저장하는 isRecordButtonTapped 변수 선언 및 init
action에 버튼이 눌렀을 때의 액션을 선언해준다(Bool 타입)
tabReducer에 recordReducer을 pullback 해준다.
reducer 내에서 moveToRecordViewButtonTapped의 케이스를 처리해준다.
RecordView(button이 눌렸을 때의 view)를 생성해준다.
The text was updated successfully, but these errors were encountered: