react-native/Libraries/Sample/Sample.m

13 lines
129 B
Mathematica
Raw Normal View History

2015-03-28 15:50:31 +00:00
#import "Sample.h"
@implementation Sample
2015-05-15 12:59:46 +00:00
RCT_EXPORT_MODULE()
RCT_EXPORT_METHOD(test)
2015-03-28 15:50:31 +00:00
{
2015-05-15 12:59:46 +00:00
// Your implementation here
2015-03-28 15:50:31 +00:00
}
@end