Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b28568f

Browse files
lint
1 parent a598937 commit b28568f

File tree

5 files changed

+45
-18
lines changed

5 files changed

+45
-18
lines changed

‎index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* Created by wangdi on 8/12/16.
3-
*/
4-
'use strict';
5-
61
import Dots from './lib/loader/DotsLoader';
72
import Pulse from './lib/loader/PulseLoader';
83
import Text from './lib/loader/TextLoader';
@@ -39,4 +34,4 @@ export const CirclesRotationScaleLoader = CirclesRotationScale;
3934
//export const SquareLoader = Square;
4035
export const NineCubesLoader = NineCubes;
4136
export const LineDotsLoader = LineDots;
42-
export const ColorDotsLoader = ColorDots;
37+
export const ColorDotsLoader = ColorDots;

‎lib/animated/AnimatedBar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/**
2-
* Created by wangdi on 10/12/16.
3-
*/
41
import Bar from '../shape/Bar';
52
import {Animated} from 'react-native';
63

7-
export default AnimatedBar = Animated.createAnimatedComponent(Bar);
4+
export default AnimatedBar = Animated.createAnimatedComponent(Bar);

‎lib/animated/AnimatedCircle.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/**
2-
* Created by wangdi on 9/12/16.
3-
*/
41
import Circle from '../shape/Circle';
52
import {Animated} from 'react-native';
63

7-
export default AnimatedCircle = Animated.createAnimatedComponent(Circle);
4+
export default AnimatedCircle = Animated.createAnimatedComponent(Circle);

‎lib/shape/Bar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/**
2-
* Created by wangdi on 10/12/16.
3-
* the scale center of this bar is left-center
2+
* The scale center of this bar is left-center
43
*/
5-
'use strict';
6-
74
import React, {Component} from 'react';
85
import PropTypes from 'prop-types';
96
import {ART} from 'react-native';

‎package-lock.json

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /