@eohjsc/react-native-smart-city 0.4.69 → 0.4.71

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.4.69",
4
+ "version": "0.4.71",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -154,6 +154,7 @@ const styles = StyleSheet.create({
154
154
  boxIcon: {
155
155
  flexDirection: 'row',
156
156
  flex: 1,
157
+ justifyContent: 'space-between',
157
158
  },
158
159
  descriptionContainer: {
159
160
  flexDirection: 'row',
@@ -102,7 +102,9 @@ const styles = StyleSheet.create({
102
102
  shadowRadius: 3,
103
103
  elevation: 4,
104
104
  width: DEVICE_SIZE.width,
105
+ minHeight: DEVICE_SIZE.height,
105
106
  backgroundColor: Colors.White,
107
+ justifyContent: 'space-between',
106
108
  marginBottom: 8,
107
109
  borderWidth: 1,
108
110
  },