Skip to content

Conversation

@utae
Copy link

@utae utae commented Sep 15, 2025

Type of change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhance (enhance performance, api, etc)
  • Chore
  • This change requires a documentation update
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

What does this change?

문제

현재 @react-native-kakao/core의 Expo config plugin은 AndroidManifest에
아무 속성도 없는 <activity/> 태그를 삽입합니다.

<activity/>

이로 인해 :app:processDebugMainManifest 단계에서
Missing 'name' key attribute on element activity 오류가 발생하며
Android 빌드가 실패합니다.

수정

  • 불필요한 dummy activity 삽입 코드를 제거했습니다.

Fixes #<issue_number_goes_here> 🎯

@vercel
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
react-native-kakao Ignored Ignored Sep 15, 2025 7:25am

@utae
Copy link
Author

utae commented Oct 21, 2025

@mym0404 리뷰해주실 수 있나요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant