@dropi/react-native-design-system 0.3.14 → 0.3.15

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.
@@ -111,7 +111,7 @@ const Select = ({
111
111
  }, disabled && styles.disabled],
112
112
  onPress: handleOpen,
113
113
  activeOpacity: 0.7,
114
- children: [currentValue?.value && /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoImage.Image, {
114
+ children: [currentValue?.image && /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoImage.Image, {
115
115
  style: styles.image,
116
116
  source: currentValue.image,
117
117
  contentFit: "contain"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",