mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +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,5 +1,5 @@
|
||||
import React, {Component, PropTypes} from 'react';
|
||||
import createReactNativeComponentClass from 'react/lib/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass';
|
||||
import {ViewBoxAttributes} from '../lib/attributes';
|
||||
import G from './G';
|
||||
import _ from 'lodash';
|
||||
|
||||
Reference in New Issue
Block a user