@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "The true native bottom sheet experience for your React Native Apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",