mg-library 1.0.440 → 1.0.442

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/functions.js CHANGED
@@ -156,7 +156,8 @@ export function safeAreaViewStyleSheet(insets) {
156
156
 
157
157
  export function getBasicStyleSheet() {
158
158
  return StyleSheet.create({
159
- availableArea: {
159
+ availableArea: {
160
+ flexGrow: 1,
160
161
  marginTop: 5,
161
162
  marginBottom: 5,
162
163
  marginLeft: 5,
package/login.js CHANGED
@@ -21,7 +21,7 @@ export function onPressLogin(dispatch, actions, app, apiUrl, language, data) {
21
21
  })
22
22
  .catch(error => {
23
23
  dispatch(actions.apiError());
24
- mgFunctionsLib.showToastError(mgFunctionsLib.i18nMessage('credentialsInvalid', language));
24
+ mgFunctionsLib.showToastError(mgFunctionsLib.i18nMessage('credentialsInvalid', language) + ' |>| ' + error.message);
25
25
  })
26
26
  }
27
27
  } catch (error) {
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.440",
3
+ "version": "1.0.442",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {