@fto-consult/expo-ui 1.1.40 → 1.1.41
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/babel.config.alias.js +1 -1
- package/metro.config.js +1 -23
- package/package.json +1 -2
- package/src/components/Chart/appexChart/appexchart.3.5.html +14 -0
- package/src/components/Image/index.js +1 -1
- package/assets/adaptive-icon.png +0 -0
- package/assets/favicon.png +0 -0
- package/assets/icon.png +0 -0
- package/assets/logo.png +0 -0
- package/assets/splash.png +0 -0
|
@@ -15,7 +15,7 @@ import Label from "$ecomponents/Label";
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
import {pickImage,nonZeroMin,canTakePhoto,takePhoto} from "$emedia";
|
|
18
|
-
import addPhoto from "$
|
|
18
|
+
import addPhoto from "$eassets/add_photo.png";
|
|
19
19
|
|
|
20
20
|
export const isAssets = (asset,staticAssets)=>{
|
|
21
21
|
return isObj(asset) && isDecimal(asset.width) && isDecimal(asset.height) && isNonNullString(asset.uri) && (staticAssets ? asset.uri.contains("/static/"):true);
|
package/assets/adaptive-icon.png
DELETED
|
Binary file
|
package/assets/favicon.png
DELETED
|
Binary file
|
package/assets/icon.png
DELETED
|
Binary file
|
package/assets/logo.png
DELETED
|
Binary file
|
package/assets/splash.png
DELETED
|
Binary file
|