Skip to content

Not possible to call useNavigationComponentDidAppear twice  #62

Description

@IsaacIsrael

When I try to call twice the second one is ignored like this

useNavigationComponentDidAppear(() => {
    console.log('test');
    setIsScreen(true);
  });

  useNavigationComponentDidAppear(() => {
    console.log('test 2');
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions