Git Product home page Git Product logo

lottie-reactxp's People

Contributors

colmbrady avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lottie-reactxp's Issues

Improve the demo storybook

I think it would be great to have a better demo storybook, at least as good as the Lotties example app. Perhaps using some of that code and Lottie files, but converting it to ReactXP would be a quick and easy task.

Packaging in storybook still solves the cross platform requirement.

Add Typing to DefinitelyTyped

It would help TypeScript users and the adoption of this module, to add the typing file to DefinitelyTyped.

Here is the typing file I've implemented and am using in a real app now:

declare module "lottie-reactxp" {

  import * as React from "react";

  export interface ILottieProps {
    source: object;
    loop?: boolean;
    isStopped?: boolean;
    duration?: number;
    width?: number;
    height?: number;
    style?: object;
    onComplete?: () => void;
    onLoopComplete?: () => void;
  }

  class Lottie extends React.Component<ILottieProps, any> {}

  export default Lottie;

}

prepare for NPM

This module needs to publish correctly to NPM. Currently it omits required files.

Fix up Readme

Some of the information is wrong.

  • developer setup does not need to configure Lottie native

  • general usage setup does.

release latest version to NPM

Ive made changes.

Release to NPM once its confirmed that React Native is fine with using a pre-transpiled version of this library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.