Hi,
I try to use your component with useRef hook, but the App Crashing on Android (No try on IOS) when i set myRef.current in RNPopoverMenu.show
RNPopoverMenu.Show(moreButtonRef.current, {
title: '',
menus,
onDone: (selection) => {},
onCancel: () => {},
})
Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter anchor
Could you tell me how I can fix this ? Thanks