mg-library 1.0.475 → 1.0.476

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.
Files changed (2) hide show
  1. package/blocks.js +2 -2
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -151,8 +151,8 @@ export function MGLogin(props) {
151
151
  source={require('./assets/clubonline.png')}
152
152
  style={{ width: 300, height: 150 }} />
153
153
  {!isKeyboardVisible &&
154
- <View style={{ flex: 1, flexGrow: 0.8, flexDirection: 'column', alignItems: 'center' }}>
155
- <Text style={{ flex: 1, flexGrow: 0.8, alignSelf: 'center', textAlign: 'center' }} category='h6'>{props.appDescription}</Text>
154
+ <View style={{ flex: 1, flexGrow: 0.8, backgroundColor: 'red', flexDirection: 'column', alignItems: 'center' }}>
155
+ <Text style={{ alignSelf: 'center', textAlign: 'center' }} category='h6'>{props.appDescription}</Text>
156
156
  <Text style={{ alignSelf: 'center' }} category='p2'>{props.appVersion}</Text>
157
157
  </View>
158
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.475",
3
+ "version": "1.0.476",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {