mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
update: fresco 3.0.0 -> 3.1.0 (#41024)
Summary:
- ref: https://github.com/reactwg/react-native-releases/discussions/64#discussioncomment-7270126
With react-native@0.73.0-rc.2 and fresco@3.0.0, `dlopen failed: library "libnative-imagetranscoder.so"` error made crash in android. so, I patched fresco version to 3.1.0, so that resolves the crash error according to https://github.com/facebook/fresco/issues/2722#issuecomment-1749333089 this comment.
## Changelog:
<!-- Help reviewers and the release process by writing your own changelog entry.
Pick one each for the category and type tags:
[ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message
For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->
[ANDROID] [FIXED] - b1fccb05cc bumped fresco version to 3.1.0.
Pull Request resolved: https://github.com/facebook/react-native/pull/41024
Test Plan: after bumping fresco version, error not occurs.
Reviewed By: cipolleschi
Differential Revision: D50359564
Pulled By: cortinico
fbshipit-source-id: d24caecc057bad4d9c94e378422ab18c106a7ee6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c7d969f31b
commit
fbc28fa73d
@@ -15,7 +15,7 @@ androidx-tracing = "1.1.0"
|
||||
assertj = "3.21.0"
|
||||
download = "5.4.0"
|
||||
fbjni = "0.5.1"
|
||||
fresco = "3.0.0"
|
||||
fresco = "3.1.0"
|
||||
infer-annotation = "0.18.0"
|
||||
javax-annotation-api = "1.3.2"
|
||||
javax-inject = "1"
|
||||
|
||||
Reference in New Issue
Block a user