mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Added react-native new-library command
This commit is contained in:
10
Libraries/Sample/Sample.m
Normal file
10
Libraries/Sample/Sample.m
Normal file
@@ -0,0 +1,10 @@
|
||||
#import "Sample.h"
|
||||
|
||||
@implementation Sample
|
||||
|
||||
- (void)test
|
||||
{
|
||||
RCT_EXPORT();
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user