Commit d9d2c67
fix(android): support
Summary:
Syncs `getAndroidResourceIdentifier` implementations between [`/community-cli-plugin/src/commands/bundle/assetPathUtils.js`](https://github.com/facebook/react-native/blob/main/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js#L72-L79) and [`/assets/path-support.js`](https://github.com/facebook/react-native/blob/main/packages/assets/path-support.js#L77-L85).
Ideally, the former should use `react-native/assets-registry` directly so we don't need to sync.
## Changelog:
[ANDROID] [FIXED] - Handle `unstable_path` query param in asset URLs
Pull Request resolved: #55072
Test Plan: n/a
Reviewed By: javache
Differential Revision: D90267467
Pulled By: Abbondanzo
fbshipit-source-id: f4eb0053c6af02b67f3fb493ae76e290d6b354e5unstable_path query param in asset URLs (#55072)1 parent c931fa8 commit d9d2c67
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments