Skip to content

Docs Error: Missing Parenthesis? #1572

@walkerdigital

Description

@walkerdigital

On the "Other Info" "Drawer" example within the Docs at the very end of the code block I believe it's missing a closing parenthesis.

https://github.com/aksonov/react-native-router-flux/blob/3.30.1/docs/OTHER_INFO.md#drawer-side-menu-integration

It's Currently:

Actions.refresh({key: 'drawer', open: value => !value };

Shouldn't it be:

Actions.refresh({key: 'drawer', open: value => !value });

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions