mg-library 1.0.487 → 1.0.489
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 +5 -0
- package/constants.js +3 -0
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -84,6 +84,11 @@ export function MGWelcome(props) {
|
|
84
84
|
<Text>
|
85
85
|
<Text style={{ marginBottom: 10 }}>{item.content}</Text>
|
86
86
|
</Text>
|
87
|
+
|
88
|
+
<Text>
|
89
|
+
<Text style={{ marginBottom: 10 }}>{item.imageUrl}</Text>
|
90
|
+
</Text>
|
91
|
+
|
87
92
|
</Card>
|
88
93
|
)}
|
89
94
|
ListHeaderComponent={listHeaderComponent}
|
package/constants.js
CHANGED
@@ -14,6 +14,9 @@ export const ACCESS_TOKEN = 'accessToken';
|
|
14
14
|
export const CAMERA_FACING_BACK = 'back';
|
15
15
|
export const CAMERA_FACING_FRONT = 'front';
|
16
16
|
|
17
|
+
export const PLATFORM_ANDROID = 'android';
|
18
|
+
export const PLATFORM_IOS = 'ios';
|
19
|
+
|
17
20
|
// Date & Time
|
18
21
|
|
19
22
|
export const TIME_FORMAT = 'HH:mm';
|
package/mg-library.rar
CHANGED
Binary file
|