This commit is contained in:
Oleksii Bulenok
2026-06-17 13:29:52 +02:00
parent 49ca9a2e7e
commit baee7d98fc
32 changed files with 584 additions and 503 deletions
@@ -0,0 +1,14 @@
#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
#ifndef ScrollForwarderViewNativeComponent_h
#define ScrollForwarderViewNativeComponent_h
NS_ASSUME_NONNULL_BEGIN
@interface ScrollForwarderView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END
#endif /* ScrollForwarderViewNativeComponent_h */