GT2/Ejectable/node_modules/react-native-reanimated/ios/REAUtils.h
2021-08-16 00:14:59 +00:00

5 lines
132 B
Objective-C

#import <Foundation/Foundation.h>
#define REA_LOG_ERROR_IF_NIL(value, errorMsg) ({\
if (value == nil) RCTLogError(errorMsg);\
})