mg-library 1.0.237 → 1.0.240

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/package.json +1 -1
  2. package/welcome.js +2 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.237",
3
+ "version": "1.0.240",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/welcome.js CHANGED
@@ -11,12 +11,6 @@ export function MGWelcome(props) {
11
11
 
12
12
  const language = props.session.language;
13
13
 
14
- return (
15
- <View>
16
- HOLA
17
- </View>
18
- )
19
-
20
14
  let companyInfoComponent = (
21
15
  <Card style={styles.cardCompany}>
22
16
  <CardItem style={styles.cardItemCompanyLogo}>
@@ -32,28 +26,12 @@ export function MGWelcome(props) {
32
26
  </Card>
33
27
  )
34
28
 
35
- /* let listHeaderComponent = (
29
+ let listHeaderComponent = (
36
30
  <View style={styles.viewHeader}>
37
31
  {companyInfoComponent}
38
32
  <MGSubtitle text={mgFunctions.i18nString('password', language)} />
39
33
  </View>
40
- ) */
41
-
42
- const ListHeaderComponent = () => {
43
- return (
44
- <>
45
- {mgFunctions.i18nString('spanish', language)}
46
- </>
47
- )
48
- }
49
-
50
- const ListFooterComponent = () => {
51
- return (
52
- <>
53
- {mgFunctions.i18nString('english', language)}
54
- </>
55
- )
56
- }
34
+ )
57
35
 
58
36
  if(mgFunctions.hasNotices(props.session)) {
59
37
  return (