2.1.4 • Published 6 days ago

react-native-skottie v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

react-native-skottie

Skottie module for react-native-skia

Installation

npm install react-native-skottie

or

yarn add react-native-skottie

Usage

import * as React from 'react';

import { SafeAreaView } from 'react-native';
import { Skottie } from 'react-native-skottie';
import HandsLottie from './Hands.json';

export default function App() {
  return (
    <Skottie style={styles.flex1}>
      <SkiaSkottieView style={styles.flex1} source={HandsLottie} />
    </Skottie>
  );
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

2.1.2

7 days ago

2.1.1

8 days ago

2.1.4

6 days ago

2.1.3

7 days ago

2.1.0

4 months ago

2.0.4

4 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.0.0

5 months ago

0.4.3

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.4.2

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.2

10 months ago