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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.783",
2
+ "version": "1.0.785",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -630,7 +630,6 @@ const styles = StyleSheet.create({
630
630
  alignItems: 'flex-start',
631
631
  },
632
632
  label: {
633
- width: '100%',
634
633
  fontWeight: 400,
635
634
  fontSize: 12,
636
635
  color: 'labelColor',
@@ -124,6 +124,7 @@ export default function UIModal(props: ChildType) {
124
124
  animationType="slide"
125
125
  transparent={true}
126
126
  visible={modalVisible}
127
+ backdropColor="#fff"
127
128
  onRequestClose={onClose}
128
129
  >
129
130
  <SafeAreaView style={style('modalSafe')}>