Gaëtan Renaudeau cf49cf717f first impl of gl-react-native (wip)
it works but remain some bugs and image texture is not yet supported
2017-02-28 22:11:40 +01:00

12 lines
216 B
Objective-C
Executable File

#import <React/RCTBridge.h>
#import "EXGLViewManager.h"
@interface EXGLView : UIView
- (instancetype)initWithManager:(EXGLViewManager *)mgr;
@property (nonatomic, copy) RCTDirectEventBlock onSurfaceCreate;
@end