rive-app / rive-app/rive-android

Rendering issue with 11.7.0

Open
#459 3 comments 1 reaction 1 assignee View on GitHub

@ErikUggeldahl is already working on this.

Since Jul 28, 2026.

bug
Dominant language
Kotlin
Stars
538
Forks
66
PR merge metrics
No merged PRs in 30d

Description

Submission checklist
  • I have confirmed the issue is present in the latest version of rive-android
  • I have searched the documentation and forums and could not find an answer
  • I have searched existing issues and this is not a duplicate
Description

This attached rive works in version from 11.3.1 to 11.6.1, but failed with new version 11.7.0

Previous working version

11.6.1

Reproduction steps / code
val resources = LocalResources.current
val worker = rememberRiveWorker()
val source = remember { RiveSource.Raw(R.raw.partner_intro)}
val riveResource = remember { RiveFileSource.RawRes(source.resId, resources)}
val riveFile = rememberRiveFile(riveResource, worker)
Rive(
    modifier = Modifier,
    file = riveFile,
    playing = true,
    fit = Fit.Contain(),
    pointerInputMode = RivePointerInputMode.PassThrough
)
Upload your reproduction files / stack trace

No response

Source .riv / .rev file

partner_intro.zip

Screenshots / video

test.mp4

Rive Android runtime version

11.7.0

Rive API

Compose

Device

Samsung A32

Device OS

Android 13

App minimum SDK level

29

App target SDK level

36

App NDK level

No response

Other Rive runtimes affected

No response

Dependencies with native libraries

Unity

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.