react-crud-mobile 1.0.680 → 1.0.682

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.680",
2
+ "version": "1.0.682",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -155,7 +155,11 @@ const styles = StyleSheet.create({
155
155
  width: '100%',
156
156
  },
157
157
  modalHeader: {
158
+ height: 58,
159
+ flexWrap: 'nowrap',
158
160
  flexDirection: 'row',
161
+ alignContent: 'center',
162
+ justifyContent: 'center',
159
163
  alignItems: 'center',
160
164
  padding: 15,
161
165
  backgroundColor: 'primary',