@kaushverse/pickify 1.1.11 → 1.1.12

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/dist/index.js CHANGED
@@ -695,7 +695,7 @@ var defaultStyles3 = import_react_native4.StyleSheet.create({
695
695
  borderTopLeftRadius: 20,
696
696
  borderTopRightRadius: 20,
697
697
  maxHeight: "70%",
698
- minHeight: "40%"
698
+ minHeight: "20%"
699
699
  },
700
700
  scrollContent: {
701
701
  paddingBottom: 20
package/dist/index.mjs CHANGED
@@ -674,7 +674,7 @@ var defaultStyles3 = StyleSheet4.create({
674
674
  borderTopLeftRadius: 20,
675
675
  borderTopRightRadius: 20,
676
676
  maxHeight: "70%",
677
- minHeight: "40%"
677
+ minHeight: "20%"
678
678
  },
679
679
  scrollContent: {
680
680
  paddingBottom: 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaushverse/pickify",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "A fully customizable React Native picker with search, multi-select, grouping, and async support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",