temp fix for layout till i investigate

This commit is contained in:
Hailey
2024-10-06 13:04:03 -07:00
parent 85122b8618
commit 1e5660660f
2 changed files with 3 additions and 1 deletions
@@ -246,6 +246,8 @@ class BottomSheetView(
// Util
private fun getContentHeight(): Float {
return this.height.toFloat()
val innerView = this.innerView ?: return 0f
var index = 0
innerView.allViews.forEach {
+1 -1
View File
@@ -168,7 +168,7 @@
"react-dom": "^18.2.0",
"react-image-crop": "^11.0.7",
"react-keyed-flatten-children": "^3.0.0",
"react-native": "0.75.3",
"react-native": "0.75.4",
"react-native-compressor": "^1.9.0",
"react-native-date-picker": "^4.4.2",
"react-native-drawer-layout": "^4.0.0-rc.10",