vladimir-vovk / breath-animation

A simple breathing animation with Skia 🧘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A breathing animation with React Native and Skia library.

Breathing Animation


Inspired by the Skia Docs. 🎨

You can use this animation in your project. Please check the src/Breath.tsx component.

Quick start

  1. Clone the repo.
  2. Change directory to the project.
  3. Run yarn start to start the Metro Bundler.
  4. Press i to start the iOS simulator, a to run the Android emulator or w for Web.πŸ“±

Available commands

  • yarn start - start Metro Bundler.
  • yarn ios - run on iOS.
  • yarn android - run on Android.
  • yarn web - run on web.
  • yarn lint - check code for errors.
  • yarn release - generate a changelog, bump the version of app and create a new tag.

About

A simple breathing animation with Skia 🧘


Languages

Language:TypeScript 66.1%Language:JavaScript 30.5%Language:Shell 3.3%