Greg Marut

Results 5 comments of Greg Marut

@phellmayr1 no but I ended up solving my needs by going with a different library instead. I am using a different library to load an image in a rust WASM....

@emeraldsanto can we get this merged?

In the meantime, I fixed this locally for my project with patch-package (https://www.npmjs.com/package/patch-package) ``` diff --git a/node_modules/react-native-encrypted-storage/android/build.gradle b/node_modules/react-native-encrypted-storage/android/build.gradle index b762894..e4f213d 100644 --- a/node_modules/react-native-encrypted-storage/android/build.gradle +++ b/node_modules/react-native-encrypted-storage/android/build.gradle @@ -125,7 +125,7 @@ dependencies...

Here is the patch patch for anyone that needs it ``` diff --git a/node_modules/react-native-vector-icons/fonts.gradle b/node_modules/react-native-vector-icons/fonts.gradle index 951394b..ad15ebd 100644 --- a/node_modules/react-native-vector-icons/fonts.gradle +++ b/node_modules/react-native-vector-icons/fonts.gradle @@ -32,6 +32,11 @@ afterEvaluate { lintVitalAnalyzeTask.dependsOn(fontCopyTask) }...