Skip to content

Releases: colmbrady/lottie-reactxp

Prepare Lottie ReactXP for NPM

18 Jan 21:31
343fd7b
Compare
Choose a tag to compare
Pre-release

Release adds a "files" array to package.json so that the required files get published to NPM.

Initial release of Lottie adapter

18 Jan 00:27
85524bc
Compare
Choose a tag to compare
Pre-release
Implement callbacks for oncomplete and onloopcomplete (#2)

* Implement callbacks for oncomplete and onloopcomplete

- onLoopComplete func prop added
- onComplete func prop added
- Misc tidy up and bug fixes

* Changed props to support duration rather then Speed as that can be universally controlled on web and native.
- BREAK: REMOVED SUPPORT FOR SPEED AS IT CANT BE CONTROLLED CROSS PLATFORM

* Add props info to README