Skip to content

Commit 30868e1

Browse files
committed
📝 adding video to readme, bumping 0.3.1
1 parent 57ee401 commit 30868e1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![npm version](https://badge.fury.io/js/react-native-animated-math.svg)](https://badge.fury.io/js/react-native-animated-math)
44
![license](https://img.shields.io/github/license/rastapasta/react-native-animated-math.svg)
55

6+
<center><img width="50%" src="docs/example.gif"/></center>
7+
68
An Animated API math extension - implementing sine, cosine, tangent and others as AnimatedNodes.
79

810
All calculations are implemented based on chained

docs/example.gif

567 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-animated-math",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Animated API math extension - implements sine, cosine, tangent as AnimatedNodes",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)