const LIBRARY_NAME = 'react-native-wear-connectivity ';
const IOS_NOT_SUPPORTED_WARNING =
  ' does not support iOS. Please use react-native-watch-connectivity library for iOS.';

export { LIBRARY_NAME, IOS_NOT_SUPPORTED_WARNING };
