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

What versions of React Native should be supported? #30

Open
brentvatne opened this issue Mar 9, 2018 · 2 comments
Open

What versions of React Native should be supported? #30

brentvatne opened this issue Mar 9, 2018 · 2 comments

Comments

@brentvatne
Copy link
Member

Should there be some clear rules on what versions we support so users know what to expect? What should those rules be?

@dantman
Copy link

dantman commented Mar 9, 2018

Is there a way we can automatically test old versions of RN one by one until we hit the version that doesn't work, then just declare that as the supported version of RN for that release of React Navigation. Then users know they have to update.

And whenever someone makes a PR that happens to break an old version of RN we stick to a policy of "we'll accept the commit as long as it works in the last 3 (or maybe just 2) versions of React Native".

So we'll support RN as far back as it "just works", but as soon as anyone adds code that uses a newer API, we just update our minimum to match.

@ericvicenti
Copy link
Contributor

ericvicenti commented Mar 9, 2018 via email

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

No branches or pull requests

3 participants