Releases: colmbrady/lottie-reactxp
Releases · colmbrady/lottie-reactxp
Prepare Lottie ReactXP for NPM
Release adds a "files" array to package.json so that the required files get published to NPM.
Initial release of Lottie adapter
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