1.0.10 • Published 6 years ago

react-native-gesture-login v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

React Native Gesture Login

npm package npm download platform react native issues license

A gesture password component for React Native.

image

image

image

image

image

Features

  • Supports both iOS and Android.
  • Depends on react, react-native, prop-types.
  • Configurable UI style.

Install

npm install --save react-native-gesture-login
npm install --save prop-types
or
yarn add react-native-gesture-login
yarn add prop-types

Properties

Gesture

PropertyTypeRequiredDescription
widthnumberNowidth of the gesture area
heightnumberNoheight of the gesture area
clearTimenumberNoTime(ms) between onRelease and onClear
lineStyleViewPropTypes.styleNostyle of line
circleStyleViewPropTypes.styleNostyle of circle
centerStyleViewPropTypes.styleNostyle of circle's center
linedCircleStyleViewPropTypes.styleNostyle of lined circle
linedCenterStyleViewPropTypes.styleNostyle of lined circle's center
onTouchfuncNothe function triggered when touch first circle
onReleasefuncNothe function triggered when release screen
onClearfuncNothe function triggered when gesture area is reset

GesturePad

PropertyTypeRequiredDescription
widthnumberNowidth of the gesture pad area
heightnumberNoheight of the gesture pad area
sequencestringNopassword string only contains 1-9
circleStyleViewPropTypes.styleNostyle of circle
centerStyleViewPropTypes.styleNostyle of circle's center
linedCircleStyleViewPropTypes.styleNostyle of lined circle
linedCenterStyleViewPropTypes.styleNostyle of lined circle's center

Demo

GestureDemo

Contributing

We welcome all contributions. You can submit any ideas as pull requests or as a GitHub issue.

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago