Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created February 4, 2020 23:12
Show Gist options
  • Save ozcanzaferayan/9e7cecac066a068137233b396fe471ce to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/9e7cecac066a068137233b396fe471ce to your computer and use it in GitHub Desktop.
var { NativeModules } = require('react-native');
var { Person } = NativeModules;
Person.greet('Zafer');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment