react-native-notificare
Version:
Notificare React Native module.
12 lines (11 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SMALL_ICON_FORMATS = exports.RESOURCE_ROOT_PATH = void 0;
exports.RESOURCE_ROOT_PATH = 'android/app/src/main/res/';
exports.SMALL_ICON_FORMATS = {
'drawable-mdpi': 24,
'drawable-hdpi': 36,
'drawable-xhdpi': 48,
'drawable-xxhdpi': 72,
'drawable-xxxhdpi': 96,
};