xref: /expo/ios/vendored/unversioned/react-native-safe-area-context/ios/RNCSafeAreaView.h (revision 16c08f87)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #import <React/RCTBridge.h>
2 #import <React/RCTView.h>
3 #import <UIKit/UIKit.h>
4 
5 #import "RNCSafeAreaViewEdges.h"
6 #import "RNCSafeAreaViewMode.h"
7 
8 NS_ASSUME_NONNULL_BEGIN
9 
10 @class RNCSafeAreaView;
11 
12 @interface RNCSafeAreaView : RCTView
13 
14 - (instancetype)initWithBridge:(RCTBridge *)bridge;
15 
16 @property (nonatomic, assign) RNCSafeAreaViewMode mode;
17 @property (nonatomic, assign) RNCSafeAreaViewEdges edges;
18 
19 @end
20 
21 NS_ASSUME_NONNULL_END
22 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026