1.0.1 • Published 3 years ago
@urishabh11/rn-scratch-card v1.0.1
rn-scratch-card
React Native Scratch Card which temporarily hides content from a user

Check out it on dribble.
Installation
yarn add rn-scratch-cardUsage
import { ScratchCard } from 'rn-scratch-card'
// ...
<ScratchCard
source={require('./scratch_foreground.png')}
brushWidth={50}
onScratch={handleScratch}
style={styles.scratch_card}
/>Example project setup
cd rn-scratch-card
yarn install
cd example
yarn install
yarn run react-native run-iosIf you are launching project under iOS, please, also remember to
cd ios
pod installContributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
1.0.1
3 years ago
