UNPKG

react-native-unistyles

Version:
23 lines (22 loc) 438 B
"use strict"; 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