File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import RotationHole from './lib/loader/RotationHoleLoader';
1919import CirclesRotationScale from './lib/loader/CirclesRotationScaleLoader' ;
2020//import Square from './lib/loader/SquareLoader';
2121import NineCubes from './lib/loader/NineCubesLoader' ;
22+ import LineDots from './lib/loader/LineDotsLoader' ;
2223
2324export const PulseLoader = Pulse ;
2425export const DotsLoader = Dots ;
@@ -35,4 +36,5 @@ export const RotationCircleLoader = RotationCircle;
3536export const RotationHoleLoader = RotationHole ;
3637export const CirclesRotationScaleLoader = CirclesRotationScale ;
3738//export const SquareLoader = Square;
38- export const NineCubesLoader = NineCubes ;
39+ export const NineCubesLoader = NineCubes ;
40+ export const LineDotsLoader = LineDots ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments