rive-react-native icon indicating copy to clipboard operation
rive-react-native copied to clipboard

Instant ios crash , version 8.0.0

Open hamdij0maa opened this issue 1 year ago • 4 comments

<-- Thanks for using Rive!

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

  • Make sure you've updated rive-react-native to the latest version: https://www.npmjs.com/package/rive-react-native
  • Check out our help center https://help.rive.app/
  • You can file a new feature request at 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:

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

hamdij0maa avatar Oct 30 '24 09:10 hamdij0maa

Seems related to https://github.com/rive-app/rive-react-native/issues/261 and https://github.com/rive-app/rive-ios/issues/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 :(

Maniae avatar Nov 04 '24 13:11 Maniae

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 }}
/>

guval-gh avatar Nov 05 '24 20:11 guval-gh

https://github.com/rive-app/rive-react-native/issues/281#issuecomment-2521148384

weizhe412 avatar Dec 05 '24 18:12 weizhe412

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) -> https://github.com/rive-app/rive-react-native/issues/268#issuecomment-2505775496

guval-gh avatar Dec 05 '24 18:12 guval-gh