FIX: Patch package

This commit is contained in:
Marcos Rodriguez Velez 2024-09-11 10:18:02 -04:00
parent cad9a307f7
commit 601854a2d0
3 changed files with 18 additions and 2 deletions

View file

@ -44,7 +44,7 @@ platform :android do
if branch_name != 'master'
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-#{branch_name}.apk"
else
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-.apk"
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}.apk"
end
Dir.chdir("android") do

View file

@ -59,7 +59,7 @@
"android:clean": "cd android; ./gradlew clean ; cd .. ; npm run android",
"ios": "react-native run-ios",
"postinstall": "rn-nodeify --install buffer,events,process,stream,inherits,path,assert,crypto --hack; npm run releasenotes2json; npm run branch2json; npm run patches",
"patches": "patch -p1 < scripts/react-native-camera-kit.patch;",
"patches": "patch -p1 < scripts/react-native-camera-kit.patch; npx patch-package",
"test": "npm run tslint && npm run lint && npm run unit && npm run jest",
"jest": "jest tests/integration/*",
"e2e:debug-build": "detox build -c android.debug",

View file

@ -0,0 +1,16 @@
diff --git a/node_modules/react-native-vector-icons/.DS_Store b/node_modules/react-native-vector-icons/.DS_Store
new file mode 100644
index 0000000..747936a
Binary files /dev/null and b/node_modules/react-native-vector-icons/.DS_Store differ
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf
deleted file mode 100644
index 30f55b7..0000000
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf and /dev/null differ
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf
deleted file mode 100644
index c79589d..0000000
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf and /dev/null differ
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf
deleted file mode 100644
index e479fb2..0000000
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf and /dev/null differ