Skip to content

Initial release of Lottie adapter

Pre-release
Pre-release
Compare
Choose a tag to compare
@colmbrady colmbrady released this 18 Jan 00:27
· 13 commits to master since this release
85524bc
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