@actbase/native
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -190,5 +190,3 @@ "use strict"; | ||
ref: function ref(e) { | ||
var _a; | ||
if ((_a = props === null || props === void 0 ? void 0 : props.onRef) === null || _a === void 0 ? void 0 : _a.current) { | ||
if ((props === null || props === void 0 ? void 0 : props.onRef) && Object.keys(props === null || props === void 0 ? void 0 : props.onRef).includes('current')) { | ||
props.onRef.current = e; | ||
@@ -195,0 +193,0 @@ } |
{ | ||
"name": "@actbase/native", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "React-Native Design Components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
369825
5384