fabric: update scroll forwarder for profile headers (#8366)
* progress * remove old module * nil delegates * clean up problems * fix refreshing * bump
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#import <React/RCTViewManager.h>
|
||||
#import <React/RCTUIManager.h>
|
||||
#import "RCTBridge.h"
|
||||
|
||||
@interface ScrollForwarderViewManager : RCTViewManager
|
||||
@end
|
||||
|
||||
@implementation ScrollForwarderViewManager
|
||||
|
||||
RCT_EXPORT_MODULE(ScrollForwarderView)
|
||||
|
||||
- (UIView *)view
|
||||
{
|
||||
return [[UIView alloc] init];
|
||||
}
|
||||
|
||||
RCT_EXPORT_VIEW_PROPERTY(scrollViewTag, NSNumber)
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user