-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
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
Labels
No labels