@dropi/react-native-design-system 0.3.17 → 0.3.18

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.
@@ -17,13 +17,13 @@ const LikeInteractionToast = ({
17
17
  submessage,
18
18
  onClose,
19
19
  fallbackImageSource,
20
- cloudFrontUrl = ''
20
+ cloudFrontUrl
21
21
  }) => {
22
- const imageUri = cloudFrontUrl ? `${cloudFrontUrl}${productImage}` : productImage;
22
+ const imageSource = cloudFrontUrl ? `${cloudFrontUrl}${productImage}` : productImage;
23
23
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
24
24
  style: styles.toastContainer,
25
25
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_atoms.CustomImage, {
26
- source: imageUri,
26
+ source: imageSource,
27
27
  style: styles.image,
28
28
  fallbackSource: fallbackImageSource
29
29
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",