From 34916e4ca0b1bbf4f84dc5b3c2ab377f8a90840d Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Mon, 27 Jan 2025 23:35:06 +0100 Subject: [PATCH] fix: force react-native-skia to adhere to ndk version --- patches/@shopify+react-native-skia+0.1.238.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/@shopify+react-native-skia+0.1.238.patch diff --git a/patches/@shopify+react-native-skia+0.1.238.patch b/patches/@shopify+react-native-skia+0.1.238.patch new file mode 100644 index 0000000..baaed17 --- /dev/null +++ b/patches/@shopify+react-native-skia+0.1.238.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/@shopify/react-native-skia/android/build.gradle b/node_modules/@shopify/react-native-skia/android/build.gradle +index 29e74bf..f2b35a5 100644 +--- a/node_modules/@shopify/react-native-skia/android/build.gradle ++++ b/node_modules/@shopify/react-native-skia/android/build.gradle +@@ -135,6 +135,8 @@ android { + defaultConfig { + minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION) + targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION) ++ ndkVersion safeExtGet('ndkVersion', '26.1.10909125') ++ + versionCode 1 + versionName "1.0" + \ No newline at end of file