react-crud-mobile 1.0.665 → 1.0.666

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.665",
2
+ "version": "1.0.666",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -109,6 +109,7 @@ const stylesList = StyleSheet.create({
109
109
  flexDirection: 'row',
110
110
  flexWrap: 'wrap',
111
111
  alignItems: 'stretch',
112
+ gap: 10,
112
113
  },
113
114
  text: {
114
115
  fontSize: 18,