guval
guval
Same with: ```json { "expo": "~52.0.0-preview.19", "react-native": "0.76.1", "rive-react-native": "^8.0.0" } ```
Same here. And even if the error is normally handled like in this example: https://github.com/rive-app/rive-react-native/blob/ba12e7a5117a4d948af66f10dcd9d2ff304d2204/example/src/ErrorHandledManually.tsx The `url` is `IncorrectRiveFileUrl` or if `resourceName` is `MalformedFile`, app instant crashes on iOS for...
Thanks @tslater for the code 👍 It's seems code crash when I used an external URL in the `source` property of ``. This version works for me on iOS (simu)...
@tslater Yes, when we use the classical ``component, we can use `url` property. But I spoke about your custom component ``. If I would like to use it and pass...
@tslater I mean, of course I can use the `url` props but, if I use the custom `` component dynamically, I need that the custom property `source` works no matter...
Thanks for your reply @josh-deprogram. I created a "rive playground" (https://github.com/guval-gh/rive-playground) to make some tests with React Native/Rive and keep tracking solutions to handle .riv assets. Also, I think the...
Same here. Instant crash on iOS simu at launch. Environment: ```json { "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: ```tsx ``` But...
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
@markcruz389 Nothing new on my side and I'm still trying to find a solution.
Thanks for your answer @weizhe412 👍 The problem is SDK 52 change so much things (in the right way) that I can't reject it and set newArchEnabled to false. So...