@dubsdotapp/expo 0.2.57 → 0.2.59

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
@@ -3751,8 +3751,8 @@ var styles4 = import_react_native10.StyleSheet.create({
3751
3751
  borderTopLeftRadius: 24,
3752
3752
  borderTopRightRadius: 24,
3753
3753
  paddingHorizontal: 20,
3754
- paddingBottom: 40,
3755
- maxHeight: "85%"
3754
+ paddingBottom: 0,
3755
+ height: import_react_native10.Dimensions.get("window").height * 0.7
3756
3756
  },
3757
3757
  handleRow: {
3758
3758
  alignItems: "center",