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.
@@ -539,6 +539,7 @@ function UISelect(props) {
539
539
  useEffect(function () {
540
540
  MobileUtils.syncTheme();
541
541
  }, [modalVisible]);
542
+ console.log(scope.original);
542
543
  return /*#__PURE__*/jsxs(View, {
543
544
  style: style('selectRoot'),
544
545
  children: [/*#__PURE__*/jsxs(TouchableOpacity, {