Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion LoadingSpinnerOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import React, {
Component,
PropTypes,
} from 'react'
import PropTypes from 'prop-types'
import {
View,
Modal,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-component/react-native-smart-loading-spinner-overlay",
"version": "1.0.2",
"version": "1.0.2.1",
"description": "A smart loading spinner overlay for React Native apps, written in JS for cross-platform support. It works on iOS and Android.",
"main": "LoadingSpinnerOverlay.js",
"scripts": {
Expand All @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/react-native-component/react-native-smart-loading-spinner-overlay#readme",
"dependencies": {
"react-native-smart-timer-enhance": "^1.0.2"
"react-native-smart-timer-enhance": "^1.0.2",
"prop-types": "^15.6.0",
}
}