#import "RNNReactBackgroundView.h"

@implementation RNNReactBackgroundView

- (NSString *)componentType {
    return ComponentTypeBackground;
}

@end
