@lodev09/react-native-true-sheet 3.7.0-beta.5 → 3.7.0

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.
@@ -39,10 +39,6 @@ class TrueSheetView(private val reactContext: ThemedReactContext) :
39
39
  // ==================== Properties ====================
40
40
 
41
41
  internal val viewController: TrueSheetViewController = TrueSheetViewController(reactContext)
42
-
43
- private val containerView: TrueSheetContainerView?
44
- get() = viewController.getChildAt(0) as? TrueSheetContainerView
45
-
46
42
  override var eventDispatcher: EventDispatcher? = null
47
43
 
48
44
  // Initial present configuration (set by ViewManager before mount)
@@ -81,10 +77,6 @@ class TrueSheetView(private val reactContext: ThemedReactContext) :
81
77
 
82
78
  // ==================== ReactViewGroup Overrides ====================
83
79
 
84
- override fun dispatchProvideStructure(structure: ViewStructure) {
85
- super.dispatchProvideStructure(structure)
86
- }
87
-
88
80
  override fun onLayout(
89
81
  changed: Boolean,
90
82
  left: Int,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "3.7.0-beta.5",
3
+ "version": "3.7.0",
4
4
  "description": "The true native bottom sheet experience for your React Native Apps.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/module/index.js",