mg-library 1.0.545 → 1.0.547

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 -3
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -10,6 +10,7 @@ import { uploadFile } from '@uploadcare/upload-client';
10
10
  import { useSafeAreaInsets } from 'react-native-safe-area-context';
11
11
 
12
12
  import './prototypes.js';
13
+ import MGText from './components.js';
13
14
  import * as mgFunctionsLib from './functions.js';
14
15
  import * as mgConstantsLib from './constants.js';
15
16
  import * as mgLoginLib from './login.js';
@@ -86,9 +87,7 @@ export function MGWelcome(props) {
86
87
  <Image source={{ uri: item.imageUrl }} style={{ width: '70%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
87
88
  </View>
88
89
  }
89
- <Text>
90
- <Text style={{ marginBottom: 10 }}>{item.content}</Text>
91
- </Text>
90
+ <Text style={{ marginBottom: 10 }}>{item.content}</Text>
92
91
  </Card>
93
92
  )}
94
93
  ListHeaderComponent={listHeaderComponent}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.545",
3
+ "version": "1.0.547",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {