mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 07:35:25 +00:00
Upgrade sample to the new macros
This commit is contained in:
parent
0312c30a73
commit
ea8447e1c5
@ -2,9 +2,11 @@
|
||||
|
||||
@implementation Sample
|
||||
|
||||
- (void)test
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
RCT_EXPORT_METHOD(test)
|
||||
{
|
||||
RCT_EXPORT();
|
||||
// Your implementation here
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user