react-crud-mobile 1.3.398 → 1.3.400

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.
@@ -2507,7 +2507,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
2507
2507
  shadowColor: '#000',
2508
2508
  shadowOpacity: 0.1,
2509
2509
  shadowRadius: 4,
2510
- elevation: 5
2510
+ elevation: 3
2511
2511
  }
2512
2512
  });
2513
2513
  var box = /*#__PURE__*/_extends({}, boxStyle.box);