0.0.6 • Published 7 years ago

npm-demonativecommunication-package v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

npm-demoNativeCommunication-package

React-native npm package

Usage getModuleList() fetches list of native modules.

import CustomModule from 'npm-demonativecommunication-package';

CustomModule.RNDemo.getModuleList((error, data) => {
    if (error) {
      alert("Result: " + error);
    } else {
      alert("Result: " + JSON.stringify(data));
    }
});
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago