react-native-spinkit
Advanced tools
Comparing version 1.5.0 to 1.5.1
declare module 'react-native-spinkit' { | ||
import React from 'react'; | ||
import { StyleProp, ViewStyle } from "react-native"; | ||
@@ -26,2 +27,3 @@ export type SpinnerType = | ||
type?: SpinnerType; | ||
style?: StyleProp<ViewStyle>; | ||
}; | ||
@@ -28,0 +30,0 @@ |
@@ -36,2 +36,3 @@ import React from 'react' | ||
onLayout: PropTypes.func, | ||
style: PropTypes.object, | ||
}; | ||
@@ -38,0 +39,0 @@ |
{ | ||
"name": "react-native-spinkit", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A collection of animated loading indicators for React Native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,8 @@ # react-native-spinkit | ||
## 👇 Give it a try or just some love ⭐ | ||
<a href="https://bit.ly/react-native-iaphub" title="IAPHUB link"> | ||
<img width=882px src="https://www.iaphub.com/github-rn-ad.png" alt="IAPHUB logo"> | ||
</a> | ||
<br/> | ||
## Preview | ||
@@ -11,0 +17,0 @@ ![](http://i.imgur.com/AwJsakU.gif) |
Sorry, the diff of this file is not supported yet
408085
72
75
328