0.0.6 • Published 8 years ago

npm-demonativecommunication-package v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago