Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added linter props validations #1

Closed
wants to merge 2 commits into from
Closed

Conversation

frankctan
Copy link

No description provided.

bindActionCreators({
attemptLogin,
getLatestMessages,
}, dispatch);


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra line

@neerajwahi
Copy link
Member

Thanks @frankctan! Looks good overall. I wrote some inline comments.

Could you please rebase this onto master instead of merging? That way we can maintain a linear git history.

@neerajwahi
Copy link
Member

Oh, one more thing, could you change the commit message to something like "Add propTypes to React components." Trying to conform to this commit message style: http://zulip.readthedocs.io/en/latest/code-style.html#commit-messages

@borisyankov
Copy link
Contributor

The project is already configured to use Flow (as all new React Native projects are) and it replaces (and is superior to) the PropTypes.

This can be closed, I'll add props type annotations soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants