dhre-ui-kit 0.0.174 → 0.0.176

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/lib/index.mjs CHANGED
@@ -10,7 +10,6 @@ import { Calendar } from 'react-native-calendars';
10
10
  import CountryPicker from 'react-native-country-picker-modal';
11
11
  import { TextInput as TextInput$1 } from 'react-native-paper';
12
12
  import { Dropdown } from 'react-native-element-dropdown';
13
- import { DropDownArrow } from 'src/assets';
14
13
  import DocumentPicker from 'react-native-document-picker';
15
14
  import RNFS from 'react-native-fs';
16
15
  import Clipboard from '@react-native-clipboard/clipboard';
@@ -3408,8 +3407,7 @@ const CustomDropdown = ({
3408
3407
  itemTextStyle,
3409
3408
  containerStyle: menuContainerStyle,
3410
3409
  activeColor,
3411
- itemContainerStyle: [styles$7.itemListStyle, itemContainerStyle],
3412
- renderRightIcon: () => /* @__PURE__ */ React.createElement(DropDownArrow, null)
3410
+ itemContainerStyle: [styles$7.itemListStyle, itemContainerStyle]
3413
3411
  }
3414
3412
  ));
3415
3413
  };