mg-library 1.0.532 → 1.0.534

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/blocks.js CHANGED
@@ -211,11 +211,11 @@ export function MGLogin(props) {
211
211
  <Layout style={[mgFunctionsLib.safeAreaViewStyleSheet(insets).safeAreaView, { display: 'flex', flexDirection: 'column', flexGrow: 1 }]}>
212
212
  <View style={{ flexDirection: 'column', flexGrow: 1, justifyContent: 'center' }}>
213
213
  {isKeyboardVisible &&
214
- <View style={{ flexDirection: 'column', alignItems: 'center', marginBottom: 20 }}>
214
+ <View style={{ flexDirection: 'column', alignItems: 'center', marginBottom: 10 }}>
215
215
  <>
216
216
  <Image
217
217
  source={require('./assets/clubonline.png')}
218
- style={{ width: 300, height: 150 }} />
218
+ style={{ width: 180, height: 90 }} />
219
219
  </>
220
220
  </View>
221
221
  }
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.532",
3
+ "version": "1.0.534",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {