Build fails on Android with StandardCharsets.UTF_8 when using react-native-svg on React Native 0.81.4 (Expo SDK 54) #2771
-
Hello 👋, I’m working on an Expo SDK 54 project (React Native 0.81.4) and I’m facing persistent Android build errors when using react-native-svg.
Current setup
What I tried
Questions
Thanks a lot 🙏 for any clarification or guidance! |
Beta Was this translation helpful? Give feedback.
Answered by
kacperzolkiewski
Sep 16, 2025
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jakex7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-native-svg
with React Native 0.81react-native-svg
no longer depends on the:import static com.facebook.react.common.StandardCharsets.UTF_8
. It was deleted here: UTF_8react-native-svg
, which is 15.13.0, to ensure compatibility and access to the most recent features and fixes.