Advertisement
Zlends

Untitled

Nov 21st, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. RCT_EXPORT_METHOD(logTheObject:(NSDictionary*) map)
  2. {
  3.   NSString *value = map[@"key1"];
  4.   NSLog(@"[NativeModule] %@", value);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement