A re-write of the react-native-mdm
package to include React Naitve's Autolinking Feature.
$ npm install react-native-mobile-device-manager --save
or
$ yarn add react-naitve-mobile-device-manager
$ react-native link react-native-mobile-device-manager
import MobileDeviceManager from 'react-native-mobile-device-manager';
// TODO: What to do with the module?
MobileDeviceManager;