UNPKG

132 Btext/x-cView Raw
1#import <Foundation/Foundation.h>
2
3#define REA_LOG_ERROR_IF_NIL(value, errorMsg) ({\
4 if (value == nil) RCTLogError(errorMsg);\
5})