Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/lucky-pandas-listen.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.12.1
### Patch Changes



- [#82](https://github.com/LottieFiles/dotlottie-react-native/pull/82) [`f01081c`](https://github.com/LottieFiles/dotlottie-react-native/commit/f01081c586ad5bd10b154d7fac37cfcdf337c204) Thanks [@theashraf](https://github.com/theashraf)! - fix: don't reload the animation when a view scrolls out of view and back

Leaving the window was treated as a teardown, so list recycling and screen
transitions destroyed the player and rebuilt it on the way back, re-reading the
source and restarting from frame 0. Playback now freezes at the current frame
and resumes on return; the player is released only on unmount.

## 0.12.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/dotlottie-react-native",
"version": "0.12.0",
"version": "0.12.1",
"description": "dotlottie react native",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down
Loading