-
Notifications
You must be signed in to change notification settings - Fork 45
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
No artboard found react native for android #125
Comments
We are facing the same issue. Given that the issue is quite basic and is open for almost a year and not even the provided examples work: Is the react-native integration still a priority or will it not be maintained going forward? |
Hello! React native integration is still a priority; there will be a major bump coming pretty soon here as it gets this runtime up-to-date with the underlying native iOS and Android runtimes, though I suspect this issue, in particular, is something different. Do you mind providing an example Rive file (or the URL of a hosted Rive) that provides the "no artboard found" error so we can try and reproduce? |
I ran into the same issue when trying to use the I was using the current Rive 3 version. |
@MarianLudwig How are you starting the app? The default Right now - we have two supported ways for adding in Rive files, one by using the |
@zplata Yes, I'm starting it with the default Also, we noticed that, using the import with expo-asset, android deployments have a problem loading the files. I already opened another issue on that, though. (#151) |
using .riv file of version v7.
First of all normal asset file is not loading with the resourceName option in android. Tried many ways to resolve the issue. But no use. Hosted the file to cloud and added the url to 'url' option. After this asset not found issue is resolved but got a new issue called No artboard found.
I have tried to provide multiple names even with artboard name in the editor.
Please suggest how to resolve these issues.
The text was updated successfully, but these errors were encountered: