-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Event 버튼에 관한 내용(User 포함) #5
Comments
확인했습니다~ 프로필 상에서 이벤트 클릭시 네비게이트전에 디스패치 하는 쪽으로 작업하겠습니다. |
@Hello-IAN 내용 수정됬습니다. eventSlice가 아닌 UISlice에 SelectEventId에 디스패치 해야합니다 ㅠ |
확인했습니다 |
확인했습니당~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
위에 코드를 보면 useFocusEffect로 이벤트 페이지 렌더링하기 전에 데이터를 초기화 할 수 있음
이때, EventScreen에 들어오게 되는 경우는 EventButton을 눌렀다고 가정하고, 그러면 그 EventButton의 eventId를
이렇게 작업해줘야함... 그래야 안에서 렌더하기 전에 API 서버에 eventId로 GET 요청할 수 있음
The text was updated successfully, but these errors were encountered: