react-crud-mobile 1.3.313 → 1.3.314

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,6 +1,6 @@
1
1
  {
2
2
  "name": "react-crud-mobile",
3
- "version": "1.3.313",
3
+ "version": "1.3.314",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native v1",
6
6
  "main": "dist/index.js",
@@ -585,7 +585,7 @@ export default function UIElement(props: ElementType) {
585
585
 
586
586
  let borderWidth = original.boxBorder;
587
587
 
588
- if (borderWidth) {
588
+ if (borderWidth || borderWidth === 0) {
589
589
  if (borderWidth === true) {
590
590
  borderWidth = 1;
591
591
  }