Skip to content

Commit

Permalink
🐞 Fix: Paper Build Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 30, 2024
1 parent def1a91 commit e11970a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNIModalSheetView/RNIModalSheetViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ open class RNIModalSheetViewController: ModalSheetViewControllerLifecycleNotifie

// MARK: Setup Constraints
#if !RCT_NEW_ARCH_ENABLED
rootReactView.removeAllAncestorConstraints();
mainSheetContentParent.removeAllAncestorConstraints();
#endif

self.view.addSubview(mainSheetContentParent);
Expand Down
2 changes: 2 additions & 0 deletions ios/RNIModalSheetView/RNIModalSheetViewManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#import <React/RCTViewManager.h>
#import <React/RCTUIManager.h>

#import "react-native-ios-utilities/RNIBaseViewUtils.h"


@interface RNIModalSheetViewManager : RCTViewManager
@end
Expand Down

0 comments on commit e11970a

Please sign in to comment.