Skip to content

Breaks when minified #4

@jacob-israel-turner

Description

@jacob-israel-turner

When I bundle/minify my app, this library breaks. For some reason, the component names don't get added to the Actions object after minification.

Object.keys(Actions) prior to minification:

["push", "PUSH", "pop", "POP", "dismiss", "DISMISS", "preSplash", "splash", "login", "register", "etc."]

Object.keys(Actions) after minifcation:

[ 'push', 'PUSH', 'pop', 'POP', 'dismiss', 'DISMISS' ]

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