mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-25 16:25:58 +00:00
Merge pull request #69 from BlabbrApp/master
Use absolute imports for ART
This commit is contained in:
commit
f1cc13c017
@ -1,7 +1,8 @@
|
||||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { View, ViewPropTypes, Platform } from 'react-native';
|
||||
import { Surface, Shape, Path, Group } from '../../react-native/Libraries/ART/ReactNativeART';
|
||||
import { View, ViewPropTypes, Platform, ART } from 'react-native';
|
||||
const { Surface, Shape, Path, Group } = ART;
|
||||
import MetricsPath from 'art/metrics/path';
|
||||
|
||||
export default class CircularProgress extends React.Component {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user