-
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
Instant ios crash , version 8.0.0 #272
Comments
Seems related to #261 and rive-app/rive-ios#345 We previously had to downgrade from 7.3.0 to 7.2.0, I was hoping the version 8.0.0 wouldfix the issue but it does not. |
Same here. Instant crash on iOS simu at launch. Environment: {
"expo": "~52.0.0-preview.19",
"react-native": "0.76.1",
"rive-react-native": "^8.0.0"
} If component use <Rive
url="https://public.rive.app/community/runtime-files/2195-4346-avatar-pack-use-case.riv"
autoplay
style={{ width: 250, height: 250 }}
/> But the equivalent with <Rive
resourceName="truck_v7"
autoplay
style={{ width: 250, height: 250 }}
/> |
With the version Although it seems there are still crashes due to conflicts with some SDKs (such as Firebase) -> #268 (comment) |
<-- Thanks for using Rive!
If something isn't working like you expected, please:
https://www.npmjs.com/package/rive-react-native
https://help.rive.app/
https://feedback.rive.app/
If you think you found a bug or if you can't find what you're looking for
in our docs, fill out the template below.
-->
Description
<-- A clear and concise description of what the problem is. -->
Provide a Repro
<--
Please provide the most minimal repro you can:
-->
Source
.riv
/.rev
file<--
Attaching runtime-exported
.riv
file that reproduces the issue is immensely helpful for our team to identify the problem as fast as possible and fix it.Please also include the source (
.rev
) by downloading a backup from the Editor.N.B. Because GitHub only supports certain file types use a ZIP archive to upload
.riv
/.rev
files to this issue.You can also privately share the
.riv
/.rev
file with us at [email protected].-->
Expected behavior
<-- A clear and concise description of what you expected to happen. -->
Screenshots
<-- If applicable, add screenshots to help explain your problem. -->
Device & Versions (please complete the following information)
npm --version
e.g.:7.10.2
]Additional context
<-- Add any other context about the problem here. -->
The text was updated successfully, but these errors were encountered: