rive-app / rive-app/rive-android
Rendering issue with 11.7.0
Open
@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
Screenshots / video
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.