mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 12:41:49 +00:00
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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user