Skip to content

Tags: colmbrady/lottie-reactxp

Tags

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding a file array to tell NPM what we want to publish. (#3)

Adding a file array to package.json tell NPM what we want to publish. Resolves issue #4

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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