Commit 42986f2
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 0d27aed commit 42986f2
File tree
1 file changed
+1
-1
lines changed- packages/community-cli-plugin/src/commands/bundle
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments