@dubsdotapp/expo 0.2.57 → 0.2.58
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/ui/UserProfileSheet.tsx +2 -1
package/dist/index.js
CHANGED
|
@@ -3752,7 +3752,8 @@ var styles4 = import_react_native10.StyleSheet.create({
|
|
|
3752
3752
|
borderTopRightRadius: 24,
|
|
3753
3753
|
paddingHorizontal: 20,
|
|
3754
3754
|
paddingBottom: 40,
|
|
3755
|
-
|
|
3755
|
+
minHeight: "70%",
|
|
3756
|
+
maxHeight: "92%"
|
|
3756
3757
|
},
|
|
3757
3758
|
handleRow: {
|
|
3758
3759
|
alignItems: "center",
|