mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-22 23:25:20 +00:00
Run Prettier, configure ESLint.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import extractFill from './extractFill';
|
||||
import extractStroke from './extractStroke';
|
||||
import extractTransform, {props2transform} from './extractTransform';
|
||||
import extractClipPath from './extractClipPath';
|
||||
import extractResponder from './extractResponder';
|
||||
import extractOpacity from './extractOpacity';
|
||||
import extractFill from "./extractFill";
|
||||
import extractStroke from "./extractStroke";
|
||||
import extractTransform, { props2transform } from "./extractTransform";
|
||||
import extractClipPath from "./extractClipPath";
|
||||
import extractResponder from "./extractResponder";
|
||||
import extractOpacity from "./extractOpacity";
|
||||
|
||||
export default function(props, ref) {
|
||||
const styleProperties = [];
|
||||
|
||||
Reference in New Issue
Block a user