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

fix: Remove REACT_NATIVE_VERSION checks #506

Closed
wants to merge 2 commits into from

Conversation

mrousavy
Copy link
Owner

@mrousavy mrousavy commented Jan 21, 2025

Instead of the complex and messy #if REACT_NATIVE_VERSION_MINOR >= 78 check which requires trying to figure out what RN version the user has, we just don't check that anymore.

Instead, the library author is just responsible for telling his users that Nitro Views require RN 78 or higher. This simplifies a lot on the Nitro side of things.

Copy link

vercel bot commented Jan 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nitro-docs ⬜️ Skipped (Inspect) Jan 21, 2025 2:27pm

@mrousavy mrousavy closed this Jan 23, 2025
@mrousavy mrousavy deleted the remove-rn-version-check branch January 23, 2025 17:35
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.

1 participant