Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bjornmelin avatar

Native Lottie

  • 1 installs
  • 5 repo stars
  • Updated August 5, 2026
  • bjornmelin/dev-skills

native-lottie is a skill for integrating lottie-react-native and dotLottie native animations, including asset bundling, playback refs, and reduced motion.

About

This skill integrates Lottie animations into Expo and React Native apps. Developers use it for lottie-react-native and dotLottie assets, asset bundling, playback refs, and unmount cleanup. It also covers accessibility labels, reduced-motion behavior, and iOS/Android validation, with an audit CLI to surface issues.

  • Guidance for lottie-react-native and dotLottie native assets in Expo
  • Covers asset bundling, playback refs, accessibility, and reduced motion
  • Includes an audit CLI and platform validation checklist

Native Lottie by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #959 of 1,039 Mobile Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

native-lottie capabilities & compatibility

Capabilities
frontend · ui design
Use cases
frontend · ui design
From the docs

What native-lottie says it does

lottie-react-native and dotLottie native assets, Expo compatibility, asset bundling, refs, playback control, accessibility, reduced motion, and platform validation.
SKILL.md
Large JSON animations can hurt startup and memory.
SKILL.md
Native asset paths differ from web URLs and need bundler-safe imports.
SKILL.md
npx skills add https://github.com/bjornmelin/dev-skills --skill native-lottie

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars5
Last updatedAugust 5, 2026
Repositorybjornmelin/dev-skills

What it does

Bundling and controlling lottie-react-native or dotLottie animations in an Expo/React Native app with reduced-motion behavior.

Who is it for?

Developers adding lottie-react-native or dotLottie animations to Expo/React Native apps.

Skip if: Browser Lottie, interactive Rive state machines, or code-driven Reanimated motion.

When should I use this skill?

Working with lottie-react-native, dotLottie, LottieView, or .lottie native assets.

By the numbers

  • Ships a scan/doctor audit CLI (scripts/audit.mjs)
  • Bundles a starter LottieView example fixture

Files

SKILL.mdMarkdownGitHub ↗

Native Lottie

lottie-react-native and dotLottie native assets, Expo compatibility, asset bundling, refs, playback control, accessibility, reduced motion, and platform validation.

Operating Contract

Use this skill as a compact router plus domain checklist. Load references only when the current task matches their condition. Do not cite local scrape paths, machine cache paths, or hidden source locations. Verify API details against the target repo's installed package versions before editing.

Source Order

1. Inspect the target repo's installed packages, framework/runtime versions, local design tokens, accessibility policy, and existing motion patterns. 2. Use the bundled references below for skill-specific gotchas and copied source excerpts. 3. Use official current docs/package source as API truth when local code or bundled notes are version-sensitive.

Decision Boundaries

  • Use web-lottie for browser Lottie.
  • Use native-rive for interactive Rive state machines.
  • Use native-motion-core for code-driven Reanimated motion.

Workflow

1. Check Expo SDK package compatibility and asset format. 2. Bundle assets through the app asset pipeline. 3. Own playback refs, pause/stop behavior, and unmount cleanup. 4. Validate Android/iOS rendering, reduced motion, and accessibility labels.

Gotchas

  • Large JSON animations can hurt startup and memory.
  • Autoplay loops need pause/reduced-motion behavior.
  • Native asset paths differ from web URLs and need bundler-safe imports.

<!-- skill-resources:start -->

Bundled Resources

  • references/native-lottie-asset-lifecycle.md - Native Lottie asset lifecycle. Read for LottieView refs, source formats, asset imports, and playback control.
  • references/dotlottie-native-boundaries.md - dotLottie native boundaries. Read when using .lottie assets or LottieFiles native packages.
  • references/accessibility-performance.md - Native Lottie accessibility and performance. Read for labels, reduced motion, looping, asset size, and platform proof.
  • references/designer-handoff-and-feature-support.md - Native Lottie designer handoff and feature support. Read when a Lottie asset is new, visually wrong on device, large, or different from the design preview.
  • references/native-playback-control-refs.md - Native Lottie playback refs and lifecycle. Read when code controls LottieView refs, imperative playback, progress, segments, or component unmount.
  • references/docs-lottie-react-native-readme.md - Copied source excerpt. Load only when exact upstream wording or API detail is needed.
  • references/index.md - Complete reference inventory and routing summary.
  • references/source-ledger.md - Source list, checked date, and copy policy.
  • references/provenance.json - Machine-readable source and local-resource metadata.
  • scripts/audit.mjs - Self-contained audit CLI; run doctor before scan when setup is unclear.
  • assets/templates/native-lottie-audit-report.md - Audit response/report template.
  • assets/templates/native-lottie-review-checklist.md - Manual review checklist.
  • assets/examples/native-lottie-starter.tsx - Starter fixture/example for this skill.
  • evals/trigger-queries.json - Trigger/near-miss eval set for description tuning.
  • evals/evals.json - Task-quality evals with assertions.

<!-- skill-resources:end -->

Audit CLI

node scripts/audit.mjs doctor --root . --format json
node scripts/audit.mjs scan --root . --format markdown
node scripts/audit.mjs scan --root . --format json --output native-lottie-audit.json

Treat script findings as leads. Verify every finding against current code before changing behavior or reporting it as valid.

Closeout

Before finalizing, run the repo's focused validation command, this skill's audit CLI when relevant, and any browser/device/manual proof required by the changed surface. Report commands run, findings fixed, findings skipped with reasons, and residual risk.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.