Skip to content

Commit dd303b2

Browse files
zhongwuzwfacebook-github-bot
authored andcommitted
Fabric: Fixes AccessoryView not disappeared when pop up the page (#47311)
Summary: Fixes AccessoryView not disappeared when page poped up. After page pop up, we can see a white view it the bottom of scrren. Fixed: https://github.com/user-attachments/assets/90305720-656b-4546-8730-53b89fee7a66 Before: https://github.com/user-attachments/assets/8e4fbea3-1882-48f8-aa5f-0c4e9ddc4efd ## Changelog: [IOS] [FIXED] - Fabric: Fixes AccessoryView not disappeared when pop up the page Pull Request resolved: #47311 Test Plan: RNTester InputAccessoryView example, repro steps please see the video above. Reviewed By: christophpurrer Differential Revision: D67455393 Pulled By: javache fbshipit-source-id: b5d3a88bce41da77079eeb49fea8163f56d722dd
1 parent 5fc5827 commit dd303b2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/react-native/React/Fabric/Mounting/ComponentViews/InputAccessory/RCTInputAccessoryContentView.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,4 @@ - (void)setFrame:(CGRect)frame
5353
[self layoutIfNeeded];
5454
}
5555

56-
- (BOOL)canBecomeFirstResponder
57-
{
58-
return true;
59-
}
60-
6156
@end

0 commit comments

Comments
 (0)