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

Instant ios crash , version 8.0.0 #272

Open
hamdij0maa opened this issue Oct 30, 2024 · 4 comments
Open

Instant ios crash , version 8.0.0 #272

hamdij0maa opened this issue Oct 30, 2024 · 4 comments

Comments

@hamdij0maa
Copy link

<-- Thanks for using Rive!

If something isn't working like you expected, please:

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:

  • If the problem is small enough, paste a code snippet
  • Otherwise, you can attach a ZIP archive or paste a link to a GitHub repository with the bundle that reproduces the issue

-->

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. -->

Screenshot

Device & Versions (please complete the following information)

  • Device: [e.g. Android Emulator, iOS Simulator]
  • OS: [e.g. Android SDK API Level 30, iOS 14.5]
  • NPM Version: [Copy-paste the output of npm --version e.g.: 7.10.2]

Additional context

<-- Add any other context about the problem here. -->

@Maniae
Copy link

Maniae commented Nov 4, 2024

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.
It's unfortunate since we were expecting this version to fix issues we have about some animations not rendering on ios :(

@guval-gh
Copy link

guval-gh commented Nov 5, 2024

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 url property, it's ok:

<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 resourceName property = instant crash:

<Rive
  resourceName="truck_v7"
  autoplay
  style={{ width: 250, height: 250 }}
/>

@weizhe412
Copy link

#281 (comment)

@guval-gh
Copy link

guval-gh commented Dec 5, 2024

With the version 8.2.0, ok for me now 👍

Although it seems there are still crashes due to conflicts with some SDKs (such as Firebase) -> #268 (comment)

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

No branches or pull requests

4 participants