15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
|
#ifdef RCT_NEW_ARCH_ENABLED
|
||
|
|
||
|
#include "RCTImageComponentView+RNSScreenStackHeaderConfig.h"
|
||
|
|
||
|
@implementation RCTImageComponentView (RNSScreenStackHeaderConfig)
|
||
|
|
||
|
- (UIImage *)image
|
||
|
{
|
||
|
return _imageView.image;
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif // RCT_NEW_ARCH_ENABLED
|