react-native-svg
react-native-svg copied to clipboard
Add `textLength` prop to Text and TextPath
Feature Request
Currently it's impossible to set the prop textLength on <Text> or <TextPath> as it's not being extracted by ./lib/extract/extractText.tsx.
Could the maintainers add the prop textLength to <Text> or <TextPath>?
Why it is needed
The ability to stretch a text along a path, and make it fit throughout the length, is truly a missing feature, used widely on the web, yet impossible to access through the current API.
@adamblvck I have some issues, Do you have any solutions for this?