Skip to content

fix(android): Fix marker images disappearing after CodePush update#179

Merged
mym0404 merged 2 commits intomym0404:mainfrom
sean5940:bugfix/Android에서-Codepush-이후-Required로-참조하는-Marker가-사라집니다
Dec 31, 2025

Hidden character warning

The head ref may contain hidden characters: "bugfix/Android\uc5d0\uc11c-Codepush-\uc774\ud6c4-Required\ub85c-\ucc38\uc870\ud558\ub294-Marker\uac00-\uc0ac\ub77c\uc9d1\ub2c8\ub2e4"
Merged

fix(android): Fix marker images disappearing after CodePush update#179
mym0404 merged 2 commits intomym0404:mainfrom
sean5940:bugfix/Android에서-Codepush-이후-Required로-참조하는-Marker가-사라집니다

Conversation

@sean5940
Copy link
Contributor

@sean5940 sean5940 commented Dec 3, 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?

  • Added support for file:// and content:// URIs from CodePush bundles
  • Improved URI format detection to handle all URI types (http, https, file, content)
  • Fixed drawable resource loading logic to exclude URI-formatted paths
  • Renamed httpUri to assetUri for better code clarity

Fixes #57 🎯

@sean5940
Copy link
Contributor Author

@mym0404 요거 한번 검토해주실 수 있을까요?

@mym0404
Copy link
Owner

mym0404 commented Dec 16, 2025

안녕하세요, 기여감사합니다. 현재 iOS에선 문제가 없는지 여쭤보고싶습니다.

ktlint만 통과하게 해주실수있을까요?

origin/main 을 merge 하시고 진행하시면 됩니다.

@sean5940
Copy link
Contributor Author

안녕하세요, 기여감사합니다. 현재 iOS에선 문제가 없는지 여쭤보고싶습니다.

ktlint만 통과하게 해주실수있을까요?

origin/main 을 merge 하시고 진행하시면 됩니다.

@mym0404 넵 ios에서는 정상동작했습니다.

…fter CodePush

- Add support for file:// and content:// URI formats in rnAssetUri
- Fix marker image loading logic to properly handle CodePush bundle URIs
- Update drawable resource condition to exclude URI-formatted rnAssetUri
- Rename httpUri variable to assetUri to reflect that it handles multiple URI formats
- The variable now correctly represents file://, content://, http://, and https:// URIs
- Improves code readability and consistency with rnAssetUri naming
@sean5940 sean5940 force-pushed the bugfix/Android에서-Codepush-이후-Required로-참조하는-Marker가-사라집니다 branch from 6c6a9e1 to 22f569e Compare December 18, 2025 00:06
@sean5940
Copy link
Contributor Author

@mym0404 병합 완료했습니다.

@mym0404 mym0404 merged commit ef7c1e0 into mym0404:main Dec 31, 2025
3 of 4 checks passed
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.

[BUG]: Android에서 Codepush 이후 Required로 참조하는 Marker가 사라집니다.

2 participants