react-crud-mobile 1.3.135 → 1.3.136

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.135",
2
+ "version": "1.3.136",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -99,6 +99,8 @@ export default function UIModal({
99
99
  let disableScroll = scope.getPart('disableScroll', false);
100
100
  let disableContent = scope.getPart('disableContent', false);
101
101
 
102
+ console.log(scope.original);
103
+
102
104
  if (disableContent) {
103
105
  return <>{children}</>;
104
106
  }