Comparing version 1.0.67 to 1.0.68
@@ -47,6 +47,6 @@ "use strict"; | ||
className: ((extraProps === null || extraProps === void 0 ? void 0 : extraProps.contentContainerClassName) || '') + stickyClazz, | ||
style: (0, _tslib.__assign)((0, _tslib.__assign)({}, extraProps === null || extraProps === void 0 ? void 0 : extraProps.contentContainerStyle), { | ||
style: (0, _tslib.__assign)({ | ||
display: 'flex', | ||
flexDirection: props.horizontal ? 'row' : 'column' | ||
}) | ||
}, extraProps === null || extraProps === void 0 ? void 0 : extraProps.contentContainerStyle) | ||
}, props.children))); | ||
@@ -53,0 +53,0 @@ }); |
{ | ||
"name": "actbase", | ||
"version": "1.0.67", | ||
"version": "1.0.68", | ||
"description": "React-Native Design Components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
292221