-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support for Turbo Module/new RN architecture on Android #190
Comments
Hi @anders-friis-topdk thanks for reporting. We just did a release that should resolve this, can you try with the latest v5.0.0? |
Hi @HayesGordon, thank you for a quick response and release! Here is what I did in the new test project:
I end up with the same error view: Here is my new test project: |
Hi @anders-friis-topdk thanks for taking a look into this. Sorry I wasted your time. I was under the wrong impression for what was required for Fabric to work - it'll involve a few extra steps, and we also need to make sure it remains compatible with the old architecture. We'll investigate adding support for this and I'll update here. |
Any news on this issue @HayesGordon ? |
@HayesGordon Any update on this? |
Same problem here. |
Long time passed since last update on this one. This is blocking our project from using new architecture on Android so it is quite important to us. |
with new arch doesn't work on ios either, version 6.2.3 |
The React Native ecosystem is evolving, with a shift towards a new architecture. To stay current and ensure our library remains useful, it is essential that we adapt to this new architecture. We hope for timely updates to support this transition effectively. |
@HayesGordon Would the rive team accept PRs for this? Not sure if we have capacity, but this is climbing in priority for us and want to understand the possibilities. |
Hi @tslater, we love contributions and would be happy to accept a PR |
@HayesGordon Thanks! We decide to start with a smaller contribution to warm up. Do you mind taking a look at this PR and giving any feedback? |
Description
When running on Android with
newArchEnabled=true
in gradle.properties,RiveReactNativeView
shows on screen that: 'RiveReactNativeView' is not Fabric compatible yet.I am trying to show a very simple Rive animation.
Versions:
Expected behavior
Could be good to add status for the library to the '3rd party libraries - updates and requests' list here:
reactwg/react-native-new-architecture#6
The text was updated successfully, but these errors were encountered: