react-native-rectangle-scanner
react-native-rectangle-scanner copied to clipboard
Nothin
After processing of camera i can't get anything

just add:
useNativeDriver: true
so it will be:
Animated.timing(this.state.overlayFlashOpacity, { toValue: 0.2, duration: 100, useNativeDriver: true, })
I'm facing same problem on android device.