ibitcy / react-native-hole-view

✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay
364 stars 20 forks source link

Fix props mutation #11

Closed mimoskal closed 2 years ago

mimoskal commented 2 years ago

Hey guys, thanks for awesome work you're doing here. I stumbled across an issue with animations (same as in #6).

Turns out that props are being mutated in your <RNHoleView /> component, which is a React anti-pattern and is causing the issue. Here's my take on fixing it.

Simulator Screen Shot - iPhone 12 Pro - 2022-02-14 at 17 40 01