Skip to content

Instantly share code, notes, and snippets.

@okwasniewski
Created February 26, 2025 12:00
Show Gist options
  • Save okwasniewski/1de2cdee8ffdef32c0e547bf6d2777fd to your computer and use it in GitHub Desktop.
Save okwasniewski/1de2cdee8ffdef32c0e547bf6d2777fd to your computer and use it in GitHub Desktop.
#ifdef __cplusplus
#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
#ifndef SwiftUIStoreViewViewNativeComponent_h
#define SwiftUIStoreViewViewNativeComponent_h
NS_ASSUME_NONNULL_BEGIN
@interface SwiftUIStoreViewView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END
#endif /* SwiftUIStoreViewViewNativeComponent_h */
#endif /* __cplusplus */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment