Files
Donnie West 850c0bb03e Create an index.js file and default export (#66)
With this change, consumers of this library will be able to just `import RNMail from 'react-native-mail'` instead of manually pulling the package from NativeModules. This will provide react-native-mail the same basic interface as other React Native Libraries
2017-06-30 11:32:30 -04:00

4 lines
84 B
JavaScript

import { NativeModules } from 'react-native';
export default NativeModules.RNMail;