12 lines
192 B
Objective-C
12 lines
192 B
Objective-C
#ifdef RCT_NEW_ARCH_ENABLED
|
|
|
|
#include <React/RCTImageComponentView.h>
|
|
|
|
@interface RCTImageComponentView (RNSScreenStackHeaderConfig)
|
|
|
|
- (UIImage *)image;
|
|
|
|
@end
|
|
|
|
#endif // RCT_NEW_ARCH_ENABLED
|