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

Add support for react native version 0.75+ #331

Open
jokerttu opened this issue Nov 7, 2024 · 0 comments
Open

Add support for react native version 0.75+ #331

jokerttu opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@jokerttu
Copy link
Contributor

jokerttu commented Nov 7, 2024

The current version of the package does not fully support React Native version 0.75 or higher due to the following changes introduced in React Native:

  • New Architecture Enabled by Default (0.76):
    React Native 0.76 enables the new architecture (Fabric/TurboModules) by default, which is not yet supported by this package.
    • Developers need to disable the new architecture to use this package with React Native 0.76+.
    • Documentation on disabling the new architecture will be added.
    • See Support New Architecture #338
  • Jetifier Flag Removed in React Native 0.75:
    The Jetifier flag was removed starting from React Native 0.75, causing compatibility issues with this package.
@jokerttu jokerttu added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Nov 7, 2024
@jokerttu jokerttu changed the title Add support for react native version +0.76 Add support for react native version 0.76+ Nov 7, 2024
@jokerttu jokerttu changed the title Add support for react native version 0.76+ Add support for react native version 0.75+ Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants