mirror of
https://github.com/status-im/react-native-mail.git
synced 2026-08-31 03:31:13 +00:00
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
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
import { NativeModules } from 'react-native';
|
|
|
|
export default NativeModules.RNMail;
|