Skip to content

Commit

Permalink
temp fix for layout till i investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 6, 2024
1 parent 85122b8 commit 1e56606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1e56606

Please sign in to comment.