Skip to content

Instantly share code, notes, and snippets.

View zyvpeople's full-sized avatar

Yaroslav Zozulia zyvpeople

View GitHub Profile
@zyvpeople
zyvpeople / react-native-secure-storage+0.1.2.patch
Last active July 30, 2023 12:22
react-native-secure-storage@0.1.2 patch for react-native 0.68
diff --git a/node_modules/react-native-secure-storage/android/build.gradle b/node_modules/react-native-secure-storage/android/build.gradle
index fe7d65a..385272e 100644
--- a/node_modules/react-native-secure-storage/android/build.gradle
+++ b/node_modules/react-native-secure-storage/android/build.gradle
@@ -2,17 +2,19 @@
buildscript {
repositories {
jcenter()
+ mavenCentral()
+ mavenLocal()