react-native-unistyles
Version:
Level up your React Native StyleSheet
27 lines (26 loc) • 585 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StatusBar = exports.NavigationBar = void 0;
const StatusBar = exports.StatusBar = {
width: 0,
height: 0,
setStyle: () => {},
setHidden: () => {},
equals: () => true,
toString: () => 'StatusBar',
__type: 'web',
name: 'StatusBar'
};
const NavigationBar = exports.NavigationBar = {
width: 0,
height: 0,
setHidden: () => {},
equals: () => true,
dispose: () => {},
toString: () => 'NavigationBar',
__type: 'web',
name: 'NavigationBar'
};
//# sourceMappingURL=mock.js.map