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