Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/react-native-safe-area-context/ios/RNCSafeAreaUtils.h
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

9 lines
249 B
Objective-C

#import <React/RCTDefines.h>
#import <React/RCTView.h>
#import <UIKit/UIKit.h>
extern NSString *const RNCSafeAreaDidChange;
RCT_EXTERN BOOL
UIEdgeInsetsEqualToEdgeInsetsWithThreshold(UIEdgeInsets insets1, UIEdgeInsets insets2, CGFloat threshold);