13 lines
		
	
	
		
			129 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			129 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "Sample.h"
 | |
| 
 | |
| @implementation Sample
 | |
| 
 | |
| RCT_EXPORT_MODULE()
 | |
| 
 | |
| RCT_EXPORT_METHOD(test)
 | |
| {
 | |
|   // Your implementation here
 | |
| }
 | |
| 
 | |
| @end
 | 
