react-native-user-inactivity
Advanced tools
Comparing version 0.1.0-next to 0.1.1-next
@@ -9,3 +9,3 @@ import React, { PureComponent } from 'react'; | ||
class UserInactivity extends PureComponent { | ||
export default class UserInactivity extends PureComponent { | ||
static propTypes = { | ||
@@ -98,2 +98,2 @@ timeForInactivity: PropTypes.number, | ||
} | ||
} | ||
} |
{ | ||
"name": "react-native-user-inactivity", | ||
"version": "0.1.0-next", | ||
"version": "0.1.1-next", | ||
"description": "React Native component that notifies if the user is active or not", | ||
@@ -26,3 +26,7 @@ "main": "index.js", | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": {}, | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
"react-native": "^0.57.1" | ||
} | ||
} |
6313
87
3