mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
fixed @Deprecated warning in React Native 0.73: 'com.facebook.react.common.StandardCharsets' is deprecated and marked for removal (#2208)
fixed warning in React Native 0.73: 'com.facebook.react.common.StandardCharsets' is deprecated and marked for removal
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
package com.horcrux.svg;
|
||||
|
||||
import static com.facebook.react.common.StandardCharsets.UTF_8;
|
||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.Matrix;
|
||||
|
||||
Reference in New Issue
Block a user