mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
fix Text cannot handle touch events bug
This commit is contained in:
@@ -82,7 +82,6 @@ const anchord = {
|
||||
};
|
||||
|
||||
export default function(props) {
|
||||
|
||||
return {
|
||||
alignment: anchord[props.textAnchor] || 0,
|
||||
frame: extractFontAndLines(
|
||||
|
||||
Reference in New Issue
Block a user