UNPKG

rn-logo-replacer

Version:

This is a project aiming at remplacing the logo of a react native app with a single npx command

14 lines (13 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IosIcon = void 0; const icon_1 = require("../icon"); const IosIconPaths = [ "AppIcon.appiconset" ]; class IosIcon extends icon_1.Icon { constructor() { super(IosIconPaths); } } exports.IosIcon = IosIcon;