Skip to content

Commit fa1201f

Browse files
committed
update: README
1 parent 231b29d commit fa1201f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Place your animations files in your `app/App_Resources/iOS/` folder.
116116
| `autoPlay` | `boolean` | `false` | Start LottieView animation on load if `true`. |
117117
| `loop` | `boolean` | `false` | Loop continuously animation if `true`. |
118118
| `src` | `string` | `null` | Animation path to `.json` file. |
119+
| `theme` | `{ keyPath: string[], value: string }[]` | `null` | keyPath is the path to layer in your json file (i.e in After Effect) and value is the layer color |
119120

120121
## Properties
121122

@@ -134,6 +135,6 @@ Place your animations files in your `app/App_Resources/iOS/` folder.
134135

135136
## Contributors
136137

137-
| [<img alt="Brad Martin" src="https://avatars0.githubusercontent.com/u/6006148?s=400&v=4" width="117">](https://github.com/bradmartin) | [<img alt="Nathan Walker" src="https://avatars0.githubusercontent.com/u/457187?s=400&v=4" width="117">](https://github.com/NathanWalker/) | [<img alt="Jean-Baptiste Aniel" src="https://avatars3.githubusercontent.com/u/9477179?s=460&v=4" width="117">](https://github.com/rhanb) |
138-
| :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: |
139-
| [bradmartin](https://github.com/bradmartin) | [NathanWalker](https://github.com/NathanWalker) | [rhanb](https://github.com/rhanb) |
138+
| [<img alt="Brad Martin" src="https://avatars0.githubusercontent.com/u/6006148?s=400&v=4" width="117">](https://github.com/bradmartin) | [<img alt="Nathan Walker" src="https://avatars0.githubusercontent.com/u/457187?s=400&v=4" width="117">](https://github.com/NathanWalker/) | [<img alt="Jean-Baptiste Aniel" src="https://avatars3.githubusercontent.com/u/9477179?s=460&v=4" width="117">](https://github.com/rhanb) | [<img alt="HamdiWanis" src="https://avatars3.githubusercontent.com/u/11708544?s=460&v=4" width="117">](https://github.com/hamdiwanis) |
139+
| :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: |
140+
| [bradmartin](https://github.com/bradmartin) | [NathanWalker](https://github.com/NathanWalker) | [rhanb](https://github.com/rhanb) | [HamdiWanis](https://github.com/hamdiwanis) |

src/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-lottie",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "NativeScript plugin to expose AirBnB Lottie library",
55
"main": "nativescript-lottie",
66
"typings": "index.d.ts",
@@ -42,6 +42,10 @@
4242
{
4343
"name": "Dirk Rudolph",
4444
"url": "https://github.com/Buuhuu"
45+
},
46+
{
47+
"name": "Hamdi Wanis",
48+
"url": "https://github.com/hamdiwanis"
4549
}
4650
],
4751
"license": "MIT",

0 commit comments

Comments
 (0)