react-native-unistyles
Version:
Level up your React Native StyleSheet
23 lines (22 loc) • 438 B
JavaScript
;
export const StatusBar = {
width: 0,
height: 0,
setStyle: () => {},
setHidden: () => {},
equals: () => true,
toString: () => 'StatusBar',
__type: 'web',
name: 'StatusBar'
};
export const NavigationBar = {
width: 0,
height: 0,
setHidden: () => {},
equals: () => true,
dispose: () => {},
toString: () => 'NavigationBar',
__type: 'web',
name: 'NavigationBar'
};
//# sourceMappingURL=mock.js.map