@lodev09/react-native-true-sheet 0.12.1 → 0.12.2
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.
|
@@ -103,13 +103,6 @@ class TrueSheetView(context: Context) :
|
|
|
103
103
|
eventDispatcher?.dispatchEvent(DismissEvent(surfaceId, id))
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
// Configure when showing and size changed
|
|
107
|
-
setOnSizeChangeListener(object : RootSheetView.OnSizeChangeListener {
|
|
108
|
-
override fun onSizeChange(width: Int, height: Int) {
|
|
109
|
-
maxScreenHeight = height
|
|
110
|
-
}
|
|
111
|
-
})
|
|
112
|
-
|
|
113
106
|
// Configure sheet behavior events
|
|
114
107
|
behavior.addBottomSheetCallback(
|
|
115
108
|
object : BottomSheetBehavior.BottomSheetCallback() {
|
package/package.json
CHANGED