replace expo-scroll-forwarder with obj-c version

This commit is contained in:
Samuel Newman
2026-05-28 12:13:54 +03:00
parent 109488fe09
commit 0a7554d5c1
23 changed files with 579 additions and 412 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 */