@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
18 lines (14 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
row: {
flexDirection: 'row',
flexWrap: 'wrap'
}
});
exports.default = _default;
//# sourceMappingURL=style.js.map