UNPKG

@screensdev/styles

Version:

Cross-platform styles for React Native without the complexity.

9 lines (8 loc) 258 B
"use strict"; /** * Utility to create a stylesheet * Compatible with React Native StyleSheet.create * @param stylesheet - The stylesheet to be used */ export const createStyleSheet = stylesheet => stylesheet; //# sourceMappingURL=createStyleSheet.js.map