0

I need to implement a scratch card animation in React Native. What approaches can I take to achieve this result ?

I know there are some libraries out there that does the job but I'm mostly looking for some kind of discussion around the approach to take to implement this feature.

Avinash Lingaloo
  • 181
  • 3
  • 16

1 Answers1

0

You can use this https://github.com/romangua/react-native-scratch-view library to implement the scratch card for both iOS and android.

Refer this answer: How to implement a scratch card / view in react-native?

Ankush Rishi
  • 2,861
  • 8
  • 27
  • 59