Lottie wrapper for React Native Web
npm install @bounceapp/lottie


Lottie wrapper for React Native Web
| Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
| -------------- | ---------------- | ---------- | ------------- | --- |
| ✅ | ✅ | ✅ | ✅ | ✅ |
``bash`
npx expo install @bounceapp/lottie lottie-react-native lottie-react
`tsx
import React from "react"
import { LottieView } from "@bounceapp/lottie"
import lottieAnimation from "./lottieAnimation.json"
const App = () => (
autoPlay
loop
source={lottieAnimation}
/>
)
export default App
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
The source code is made available under the MIT license. Some of the dependencies can be licensed differently, with the BSD license, for example.