Tyler Sl8r
Tyler Sl8r
Is 14x compatibility still a TODO here?
@behenate Is there an easy way to test this? or not until then next release?
@ologbonowiwi @AndriiSherman Any updates on this? Anything we can do to help move it along?
Looks like the branch by @zplata is only iOS, no android support. Curious if the maintainers would accept a PR?
I finally have a solution. Hope this makes its way into Rive eventually...but it requires 2 steps: 1) edit your metro config so that it knows to bundle `*.riv` files:...
@guval-gh If you look at the react native docs, when you use a remote url, you should use the url prop. Link to the docs: https://help.rive.app/runtimes/overview/react-native#id-3.-add-the-rive-component Here's the example: ```...
@guval-gh I'm unsure of what you mean. Have you tried using the url prop with the wrapped component code I provided? I forwards all the props, so it should work....
@josh-deprogram we're using the solution on over 500k android devices in production. It should work. Can you tell us more about what isn't working?
@josh-deprogram Thanks for sharing that. Can you also tell me what version of ReactNative and Expo (if you're using Expo) you are on? Also, can you share the code for...
I was able to solve this by running: `pod repo update` on my machine.