Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update viewproptypes
  • Loading branch information
windwang authored Oct 26, 2017
commit 7a26522601e3b97e3ce103de66149394056c47c9
5 changes: 3 additions & 2 deletions LoadingSpinnerOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
ActivityIndicator,
ActivityIndicatorIOS,
ProgressBarAndroid,
ViewPropTypes
} from 'react-native'
import PropTypes from 'prop-types'
import TimerEnhance from 'react-native-smart-timer-enhance'
Expand Down Expand Up @@ -52,8 +53,8 @@ class LoadingSpinnerOverlay extends Component {
}

static propTypes = {
overlayStyle: View.propTypes.style,
style: View.propTypes.style,
overlayStyle: ViewPropTypes.style,
style: ViewPropTypes.style,
duration: PropTypes.number,
delay: PropTypes.number,
marginTop: PropTypes.number,
Expand Down