Skip to content

Commit b045134

Browse files
author
Srirang.Kalantri
committed
fix: fix patch file
1 parent 5f07084 commit b045134

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

patches/react-native+0.78.2.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ diff --git a/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.mm
3232
index 62131f5..78372ec 100644
3333
--- a/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.mm
3434
+++ b/node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.mm
35-
@@ -282,6 +282,10 @@ - (void)displayDidRefresh:(CADisplayLink *)displayLink
36-
35+
@@ -282,6 +282,10 @@ static NSUInteger RCTDeviceFreeMemory(void)
36+
3737
- (void)displayLayer:(CALayer *)layer
3838
{
3939
+ if (!_currentFrame) {
@@ -64,7 +64,7 @@ index 1961de7..622d189 100644
6464

6565
@end
6666

67-
@@ -116,16 +116,16 @@ - (void)handleKeyUIEventSwizzle:(UIEvent *)event
67+
@@ -116,16 +116,16 @@ RCT_NOT_IMPLEMENTED(-(instancetype)init)
6868
UIKeyModifierFlags modifierFlags = 0;
6969
BOOL isKeyDown = NO;
7070

@@ -131,7 +131,7 @@ diff --git a/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
131131
index 39419d6..1c28e82 100644
132132
--- a/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
133133
+++ b/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
134-
@@ -220,12 +220,12 @@ - (void)addHandler:(id<RCTPackagerClientMethod>)handler forMethod:(NSString *)me
134+
@@ -220,12 +220,12 @@ static void eraseRegistrationsWithToken(std::vector<Registration<Handler>> &regi
135135
dispatch_queue_t queue =
136136
[handler respondsToSelector:@selector(methodQueue)] ? [handler methodQueue] : dispatch_get_main_queue();
137137

0 commit comments

Comments
 (0)