react-native-device-info
Version:
Get device information using react-native
16 lines (15 loc) • 362 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const devicesWithDynamicIsland = [{
brand: 'Apple',
model: 'iPhone 14 Pro'
}, {
brand: 'Apple',
model: 'iPhone 14 Pro Max'
}];
var _default = devicesWithDynamicIsland;
exports.default = _default;
//# sourceMappingURL=devicesWithDynamicIsland.js.map