Skip to content

Commit 95698a9

Browse files
committed
update linedots loader
1 parent b506425 commit 95698a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import RotationHole from './lib/loader/RotationHoleLoader';
1919
import CirclesRotationScale from './lib/loader/CirclesRotationScaleLoader';
2020
//import Square from './lib/loader/SquareLoader';
2121
import NineCubes from './lib/loader/NineCubesLoader';
22+
import LineDots from './lib/loader/LineDotsLoader';
2223

2324
export const PulseLoader = Pulse;
2425
export const DotsLoader = Dots;
@@ -35,4 +36,5 @@ export const RotationCircleLoader = RotationCircle;
3536
export const RotationHoleLoader = RotationHole;
3637
export const CirclesRotationScaleLoader = CirclesRotationScale;
3738
//export const SquareLoader = Square;
38-
export const NineCubesLoader = NineCubes;
39+
export const NineCubesLoader = NineCubes;
40+
export const LineDotsLoader = LineDots;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-indicator",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "React Native Indicator Component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)