What's Included
- TypeScript source (Xray.tsx)
- Sample base + x-ray images
- README with install + usage
- MP4 preview
About the Project
Built with react-native-reanimated v3 shared values driving an animated transform on the mask layer, and react-native-gesture-handler composing a Pan + LongPress gesture via Gesture.Simultaneous so dragging and reset run together. The reveal is rendered through @react-native-masked-view/masked-view, which uses the platform compositor on both iOS and Android for smooth 60fps masking with no JS-thread overhead. No native code required — runs in Expo Go on SDK 50+.