@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.
|
@@ -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