temp fix for layout till i investigate
This commit is contained in:
@@ -246,6 +246,8 @@ class BottomSheetView(
|
|||||||
// Util
|
// Util
|
||||||
|
|
||||||
private fun getContentHeight(): Float {
|
private fun getContentHeight(): Float {
|
||||||
|
return this.height.toFloat()
|
||||||
|
|
||||||
val innerView = this.innerView ?: return 0f
|
val innerView = this.innerView ?: return 0f
|
||||||
var index = 0
|
var index = 0
|
||||||
innerView.allViews.forEach {
|
innerView.allViews.forEach {
|
||||||
|
|||||||
+1
-1
@@ -168,7 +168,7 @@
|
|||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-image-crop": "^11.0.7",
|
"react-image-crop": "^11.0.7",
|
||||||
"react-keyed-flatten-children": "^3.0.0",
|
"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-compressor": "^1.9.0",
|
||||||
"react-native-date-picker": "^4.4.2",
|
"react-native-date-picker": "^4.4.2",
|
||||||
"react-native-drawer-layout": "^4.0.0-rc.10",
|
"react-native-drawer-layout": "^4.0.0-rc.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user