@dubsdotapp/expo 0.2.58 → 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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/ui/UserProfileSheet.tsx +3 -3
package/dist/index.js
CHANGED
|
@@ -3751,9 +3751,8 @@ var styles4 = import_react_native10.StyleSheet.create({
|
|
|
3751
3751
|
borderTopLeftRadius: 24,
|
|
3752
3752
|
borderTopRightRadius: 24,
|
|
3753
3753
|
paddingHorizontal: 20,
|
|
3754
|
-
paddingBottom:
|
|
3755
|
-
|
|
3756
|
-
maxHeight: "92%"
|
|
3754
|
+
paddingBottom: 0,
|
|
3755
|
+
height: import_react_native10.Dimensions.get("window").height * 0.7
|
|
3757
3756
|
},
|
|
3758
3757
|
handleRow: {
|
|
3759
3758
|
alignItems: "center",
|