UNPKG

rn-logo-replacer

Version:

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

9 lines (8 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = void 0; var Platform; (function (Platform) { Platform["Android"] = "android"; Platform["Ios"] = "ios"; })(Platform || (exports.Platform = Platform = {}));