react-crud-mobile 1.3.43 → 1.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -547,6 +547,7 @@ function UISelect(props) {
547
547
  React.useEffect(function () {
548
548
  MobileUtils.syncTheme();
549
549
  }, [modalVisible]);
550
+ console.log(scope.original);
550
551
  return /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
551
552
  style: style('selectRoot'),
552
553
  children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.TouchableOpacity, {