react-crud-mobile 1.0.783 → 1.0.785

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.
@@ -1250,6 +1250,7 @@ function UIModal(props) {
1250
1250
  animationType: "slide",
1251
1251
  transparent: true,
1252
1252
  visible: modalVisible,
1253
+ backdropColor: "#fff",
1253
1254
  onRequestClose: onClose,
1254
1255
  children: /*#__PURE__*/jsxRuntime.jsxs(reactNative.SafeAreaView, {
1255
1256
  style: style('modalSafe'),
@@ -1845,7 +1846,6 @@ var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
1845
1846
  alignItems: 'flex-start'
1846
1847
  },
1847
1848
  label: {
1848
- width: '100%',
1849
1849
  fontWeight: 400,
1850
1850
  fontSize: 12,
1851
1851
  color: 'labelColor'