react-native-wear-connectivity
Version:
Enstablish a two-way connection with wearOS
9 lines (8 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBRARY_NAME = exports.IOS_NOT_SUPPORTED_WARNING = void 0;
const LIBRARY_NAME = exports.LIBRARY_NAME = 'react-native-wear-connectivity ';
const IOS_NOT_SUPPORTED_WARNING = exports.IOS_NOT_SUPPORTED_WARNING = ' does not support iOS. Please use react-native-watch-connectivity library for iOS.';
//# sourceMappingURL=constants.js.map