diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e0721682d..7da5ae28f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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 diff --git a/package.json b/package.json index f339d56b7..be6d30e4f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/patches/react-native-vector-icons+10.1.0.patch b/patches/react-native-vector-icons+10.1.0.patch new file mode 100644 index 000000000..06826c0e4 --- /dev/null +++ b/patches/react-native-vector-icons+10.1.0.patch @@ -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