mg-library 1.0.446 → 1.0.447

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