react-crud-mobile 1.3.67 → 1.3.69

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.67",
2
+ "version": "1.3.69",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -349,7 +349,7 @@ export default function UIElement(props: ElementType) {
349
349
  Aux = TouchableHighlight;
350
350
  }
351
351
 
352
- if (scope.isType('dialog')) {
352
+ if (scope.isType('dialog', 'order') || original.transient) {
353
353
  return <>{props.children}</>;
354
354
  }
355
355