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!