@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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/ui/UserProfileSheet.tsx +3 -2
package/dist/index.mjs
CHANGED
|
@@ -3467,7 +3467,8 @@ import {
|
|
|
3467
3467
|
KeyboardAvoidingView as KeyboardAvoidingView2,
|
|
3468
3468
|
Platform as Platform5,
|
|
3469
3469
|
Image as Image4,
|
|
3470
|
-
ScrollView as ScrollView3
|
|
3470
|
+
ScrollView as ScrollView3,
|
|
3471
|
+
Dimensions
|
|
3471
3472
|
} from "react-native";
|
|
3472
3473
|
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
3473
3474
|
var DICEBEAR_STYLES2 = [
|
|
@@ -3716,8 +3717,8 @@ var styles4 = StyleSheet5.create({
|
|
|
3716
3717
|
borderTopLeftRadius: 24,
|
|
3717
3718
|
borderTopRightRadius: 24,
|
|
3718
3719
|
paddingHorizontal: 20,
|
|
3719
|
-
paddingBottom:
|
|
3720
|
-
|
|
3720
|
+
paddingBottom: 0,
|
|
3721
|
+
height: Dimensions.get("window").height * 0.7
|
|
3721
3722
|
},
|
|
3722
3723
|
handleRow: {
|
|
3723
3724
|
alignItems: "center",
|