react-crud-mobile 1.3.294 → 1.3.296

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.
@@ -856,6 +856,14 @@ var styles$6 = /*#__PURE__*/StyleSheet.create({
856
856
  marginHorizontal: 0,
857
857
  marginVertical: 0,
858
858
  height: 40,
859
+ width: '100%',
860
+ flex: 1
861
+ },
862
+ textarea: {
863
+ marginHorizontal: 0,
864
+ marginVertical: 0,
865
+ width: '100%',
866
+ height: 'auto',
859
867
  flex: 1
860
868
  }
861
869
  });