mg-library 1.0.479 → 1.0.481

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
@@ -144,14 +144,14 @@ export function MGLogin(props) {
144
144
 
145
145
  return (
146
146
  <View style={{ flex: 1 }}>
147
- <Layout style={[mgFunctionsLib.safeAreaViewStyleSheet(insets).safeAreaView, { display: 'flex', flexDirection: 'column', flexGrow: 0.9 }]}>
147
+ <Layout style={[mgFunctionsLib.safeAreaViewStyleSheet(insets).safeAreaView, { display: 'flex', flexDirection: 'column', flexGrow: 1 }]}>
148
148
  <View style={{ flexDirection: 'column', flexGrow: 1, justifyContent: 'center' }}>
149
149
  <View style={{ flexDirection: 'column', alignItems: 'center', marginBottom: 100 }}>
150
150
  <Image
151
151
  source={require('./assets/clubonline.png')}
152
152
  style={{ width: 300, height: 150 }} />
153
153
  {!isKeyboardVisible &&
154
- <View style={{ backgroundColor: 'red', flexDirection: 'column', alignItems: 'center' }}>
154
+ <View style={{ marginHorizontal: 10, flexDirection: 'column', alignItems: 'center' }}>
155
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.479",
3
+ "version": "1.0.481",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {