Skip to content

App crash Android when using useRef Hook #45

@spaquis

Description

@spaquis

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions