@lodev09/react-native-true-sheet 3.3.4 → 3.3.5

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.
@@ -584,6 +584,7 @@ class TrueSheetViewController(private val reactContext: ThemedReactContext) :
584
584
  }
585
585
 
586
586
  bottomSheet.addView(grabberView)
587
+ grabberView.bringToFront()
587
588
  }
588
589
 
589
590
  private var keyboardObserver: TrueSheetKeyboardObserver? = null
@@ -70,9 +70,6 @@ class TrueSheetGrabberView(context: Context, private val options: GrabberOptions
70
70
  cornerRadius = grabberCornerRadius.dpToPx()
71
71
  setColor(grabberColor)
72
72
  }
73
-
74
- // High elevation to ensure grabber appears above content views
75
- elevation = 100f
76
73
  }
77
74
 
78
75
  private fun getAdaptiveColor(baseColor: Int? = null): Int {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
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",