@actbase/native
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -102,4 +102,2 @@ "use strict"; | ||
(0, _react.useEffect)(function () { | ||
console.log("focusItem", focusItem); | ||
console.log("footDimen", footDimen); | ||
if (!focusItem || !footDimen) return; | ||
@@ -188,2 +186,3 @@ (0, _utils.measure)(refs === null || refs === void 0 ? void 0 : refs.scroll).then(function (posScroll) { | ||
oProps = (0, _tslib.__rest)(props, ["keyboardShouldPersistTaps", "onFocus", "onBlur", "children"]); | ||
console.log(refs); | ||
var Element = (props === null || props === void 0 ? void 0 : props.onScroll) ? _reactNative.Animated.ScrollView : _reactNative.ScrollView; | ||
@@ -190,0 +189,0 @@ return /*#__PURE__*/_react["default"].createElement(Element, _extends({ |
{ | ||
"name": "@actbase/native", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "React-Native Design Components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
369720
5382