2.1.4 • Published 1 year ago
react-native-skottie v2.1.4
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
1 year ago
2.1.1
1 year ago
2.1.4
1 year ago
2.1.3
1 year ago
2.1.0
1 year ago
2.0.4
1 year ago
2.0.3
1 year ago
2.0.2
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.0.0
2 years ago
0.4.3
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.4.2
2 years ago
0.3.0
2 years ago
0.2.0
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.2
2 years ago