We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa7408 commit 5e16ef7Copy full SHA for 5e16ef7
1 file changed
android/src/main/java/com/reactnativemenu/MenuViewManagerBase.kt
@@ -206,7 +206,7 @@ abstract class MenuViewManagerBase : ReactClippingViewManager<MenuView>() {
206
207
@ReactProp(name = ViewProps.OVERFLOW)
208
fun setOverflow(view: ReactViewGroup, overflow: String?) {
209
- view.overflow = overflow
+ view.setOverflow(overflow)
210
}
211
212
@ReactProp(name = "backfaceVisibility")
0 commit comments