UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

10 lines (9 loc) 221 B
export const useScreenConfiguration = jest.fn().mockReturnValue(() => ({ backgroundColor: "transparent", paddingTop: 0, paddingBottom: 0, paddingLeft: 0, paddingRight: 0, marginTop: 0, marginBottom: 0, }));