From a8f4467719eca6d0b221833e41280da95904a5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Sat, 17 Sep 2022 16:13:49 +0200 Subject: [PATCH] chore: document "jsonString" property --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82b489e..5d7d623 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Name | Parameter | Info | Platforms --- | --- | --- | --- | assetFolder|String|If your animation contains images put the folder inside the assetFolder (e.g. `images/` and put the image files inside `app/assets/images/`) | Android | file | String | JSON file. Files go into app/assets/ (Alloy)
Android: Support for dotLottie files in 4.1.0+ | iOS, Android | +jsonString | String | Pass a raw JSON string to the module | iOS | loop | boolean | loop the animation | iOS, Android | autoStart | boolean | automatically start the animation | iOS, Android |