antaehyeon / AnimatedBlob

React Native Toys: Animated Blob

Home Page:https://react-native.toys/project/animated-blob.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other React Native Toys

https://react-native.toys

Animated Blob

Preview

Screenshot

Features

  1. High Performance : No problem in low-end devices
  2. Low Dependency : Uses only ART
  3. All Platforms : Works on iOS/Android
  4. Hooks : All function components with hooks
  5. No errors : Flow & eslint all passed

Reason for using ART instead of react-native-svg

ART is a built-in library included in the core up to RN 0.61. I know react-native-svg provides more functionality, but I wanted to show you how to implement it with low dependency. :)

How to build and run

$ git clone https://github.com/ifsnow/AnimatedBlob.git
$ cd AnimatedBlob
$ yarn install
$ cd ios
$ pod install
$ cd ..
$ react-native run-ios

Reasons to continue this toy project

I hope this helps someone. If so, I would be happy to prepare these.

Thanks

About

React Native Toys: Animated Blob

https://react-native.toys/project/animated-blob.html


Languages

Language:JavaScript 57.3%Language:Java 19.9%Language:Objective-C 14.2%Language:Starlark 6.1%Language:Ruby 2.5%