diff --git a/patches/react-native+0.61.5.patch b/patches/react-native+0.61.5.patch new file mode 100644 index 0000000..f609180 --- /dev/null +++ b/patches/react-native+0.61.5.patch @@ -0,0 +1,21 @@ +diff --git a/node_modules/react-native/Libraries/Animated/release/.npmignore b/node_modules/react-native/Libraries/Animated/release/.gitignore +similarity index 100% +rename from node_modules/react-native/Libraries/Animated/release/.npmignore +rename to node_modules/react-native/Libraries/Animated/release/.gitignore +diff --git a/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m b/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m +index 01aa75f..4ef8307 100644 +--- a/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m ++++ b/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m +@@ -269,6 +269,8 @@ - (void)displayLayer:(CALayer *)layer + if (_currentFrame) { + layer.contentsScale = self.animatedImageScale; + layer.contents = (__bridge id)_currentFrame.CGImage; ++ } else { ++ [super displayLayer:layer]; + } + } + +diff --git a/node_modules/react-native/ReactCommon/hermes/inspector/tools/msggen/.npmignore b/node_modules/react-native/ReactCommon/hermes/inspector/tools/msggen/.gitignore +similarity index 100% +rename from node_modules/react-native/ReactCommon/hermes/inspector/tools/msggen/.npmignore +rename to node_modules/react-native/ReactCommon/hermes/inspector/tools/msggen/.gitignore diff --git a/patches/react-native-document-picker+6.0.4.patch b/patches/react-native-document-picker+6.0.4.patch new file mode 100644 index 0000000..5dabd4f --- /dev/null +++ b/patches/react-native-document-picker+6.0.4.patch @@ -0,0 +1,16 @@ +diff --git a/node_modules/react-native-document-picker/src/index.tsx b/node_modules/react-native-document-picker/src/index.tsx +index bcecf34..8bfb3a5 100644 +--- a/node_modules/react-native-document-picker/src/index.tsx ++++ b/node_modules/react-native-document-picker/src/index.tsx +@@ -1,6 +1,6 @@ + import { Platform, NativeModules } from 'react-native' + import invariant from 'invariant' +-import type { PlatformTypes, SupportedPlatforms } from './fileTypes' ++import { PlatformTypes, SupportedPlatforms } from './fileTypes' + import { perPlatformTypes } from './fileTypes' + + export type DocumentPickerResponse = { +diff --git a/node_modules/react-native-document-picker/windows/.npmignore b/node_modules/react-native-document-picker/windows/.gitignore +similarity index 100% +rename from node_modules/react-native-document-picker/windows/.npmignore +rename to node_modules/react-native-document-picker/windows/.gitignore