Skip to content

Instantly share code, notes, and snippets.

@tanner-west
Created June 30, 2023 02:07
Show Gist options
  • Save tanner-west/a15c182e9e8bdfbd608e81f03d5782a5 to your computer and use it in GitHub Desktop.
Save tanner-west/a15c182e9e8bdfbd608e81f03d5782a5 to your computer and use it in GitHub Desktop.
//
// RCTVisionModule.m
// VisionNativeModulePOC
//
// Created by Tanner West on 6/2/23.
//
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
@interface RCT_EXTERN_MODULE(RCTVisionModule, NSObject)
RCT_EXTERN_METHOD(sayHello);
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment