fixed pars on Android platform prop strokeDasharray (#2294)

# Summary
Closes #2248.
Add the ability to parse `strokeDasharray` string value on the Android
platform

## Test Plan

Manually test both platforms.

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |         |
| Android |         |
This commit is contained in:
Bohdan Artiukhov
2024-06-13 11:32:11 +02:00
committed by GitHub
parent 556f1e3ec0
commit 474109ad71
3 changed files with 63 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ import Test2080 from './src/Test2080';
import Test2089 from './src/Test2089';
import Test2148 from './src/Test2148';
import Test2196 from './src/Test2196';
import Test2248 from './src/Test2248';
import Test2266 from './src/Test2266';
import Test2276 from './src/Test2276';