mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
fix wrong Transform import path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Transform from 'art/core/transform';
|
||||
import Transform from '../Transform';
|
||||
let pooledTransform = new Transform;
|
||||
|
||||
function transformToMatrix(props) {
|
||||
|
||||
Reference in New Issue
Block a user