https://github.com/bounceapp/lottie
Lottie React Native Web, support to iOS/Android/Web.
https://github.com/bounceapp/lottie
android ios lottie react react-native react-native-web web
Last synced: about 1 year ago
JSON representation
Lottie React Native Web, support to iOS/Android/Web.
- Host: GitHub
- URL: https://github.com/bounceapp/lottie
- Owner: Bounceapp
- License: mit
- Created: 2022-09-25T10:22:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T05:22:23.000Z (about 1 year ago)
- Last Synced: 2025-04-07T12:50:57.966Z (about 1 year ago)
- Topics: android, ios, lottie, react, react-native, react-native-web, web
- Language: TypeScript
- Homepage: https://bounceapp.github.io/lottie/
- Size: 13.4 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @bounceapp/lottie
[](https://www.npmjs.com/package/@bounceapp/lottie)
[](LICENSE)
[](https://github.com/dcangulo/@bounceapp/lottie/pulls)
Lottie wrapper for React Native Web
## Platform Compatibility
| Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
| -------------- | ---------------- | ---------- | ------------- | --- |
| ✅ | ✅ | ✅ | ✅ | ✅ |
## Documentation
[API Reference](https://bounceapp.github.io/lottie/)
## Installation
```bash
npx expo install @bounceapp/lottie lottie-react-native lottie-react
```
## Usage
```tsx
import React from "react"
import { LottieView } from "@bounceapp/lottie"
import lottieAnimation from "./lottieAnimation.json"
const App = () => (
)
export default App
```
## 👏 Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
The source code is made available under the [MIT license](LICENSE). Some of the dependencies can be licensed differently, with the BSD license, for example.