Skip to content

Instantly share code, notes, and snippets.

@talut
Created July 13, 2018 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talut/6f78fc5b19074e6651d8a77b42d3c891 to your computer and use it in GitHub Desktop.
Save talut/6f78fc5b19074e6651d8a77b42d3c891 to your computer and use it in GitHub Desktop.
PinView Basic Usage
import PinView from 'react-native-pin-view'
// ...
<PinView
password={ [1, 3, 5, 7, 9] }
onSuccess={ ()=>{alert("SUCCESS")} }
onFailure={ ()=>{alert("FAILURE")} }
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment