mg-library 1.0.403 → 1.0.404
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 +3 -3
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -143,9 +143,9 @@ export function MGLogin(props) {
|
|
143
143
|
source={require('./assets/clubonline.png')}
|
144
144
|
style={{ width: 300, height: 150 }} />
|
145
145
|
{!isKeyboardVisible &&
|
146
|
-
<View
|
147
|
-
<Text category='h6'>{props.appDescription}</Text>
|
148
|
-
<Text category='p2'>{props.appVersion}</Text>
|
146
|
+
<View>
|
147
|
+
<Text style={{alignSelf: center}} category='h6'>{props.appDescription}</Text>
|
148
|
+
<Text style={{alignSelf: center}} category='p2'>{props.appVersion}</Text>
|
149
149
|
</View>
|
150
150
|
}
|
151
151
|
</View>
|