mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-23 07:35:21 +00:00
Fixes #188 in the master repo by replacing the path in the import with the new path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, {PropTypes} from 'react';
|
||||
import SerializablePath from '../lib/SerializablePath';
|
||||
import createReactNativeComponentClass from 'react/lib/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass';
|
||||
import {PathAttributes} from '../lib/attributes';
|
||||
import Shape from './Shape';
|
||||
import {pathProps} from '../lib/props';
|
||||
|
||||
Reference in New Issue
Block a user