react-native-smart-gesture-password-angeloslex
Advanced tools
Comparing version 2.1.0 to 2.1.1
import React, { | ||
PropTypes, | ||
Component, | ||
@@ -11,2 +10,3 @@ } from 'react' | ||
import * as Utils from './Utils' | ||
import {PropTypes} from "prop-types"; | ||
@@ -13,0 +13,0 @@ const styles = StyleSheet.create({ |
import React, { | ||
PropTypes, | ||
Component, | ||
@@ -9,3 +8,3 @@ } from 'react' | ||
} from 'react-native' | ||
import {PropTypes} from "prop-types"; | ||
const styles = StyleSheet.create({ | ||
@@ -12,0 +11,0 @@ container: { |
@@ -9,3 +9,2 @@ /* | ||
import React, { | ||
PropTypes, | ||
Component, | ||
@@ -20,3 +19,3 @@ } from 'react' | ||
} from 'react-native' | ||
import {PropTypes} from "prop-types"; | ||
import * as Utils from './Utils' | ||
@@ -23,0 +22,0 @@ import Point from './Point' |
import React, { | ||
PropTypes, | ||
Component, | ||
@@ -11,3 +10,3 @@ } from 'react' | ||
import * as Utils from './Utils' | ||
import {PropTypes} from "prop-types"; | ||
const styles = StyleSheet.create({ | ||
@@ -14,0 +13,0 @@ container: { |
{ | ||
"name": "react-native-smart-gesture-password-angeloslex", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A smart gesture password locker for react-native apps", | ||
@@ -5,0 +5,0 @@ "main": "GesturePassword.js", |
import React, { | ||
PropTypes, | ||
Component, | ||
@@ -11,3 +10,3 @@ } from 'react' | ||
import Circle from './Circle' | ||
import {PropTypes} from "prop-types"; | ||
export default class Point extends Component { | ||
@@ -14,0 +13,0 @@ |
34324