react-native-identifier
react-native-identifier copied to clipboard
A reticle for image detection
Results
2
react-native-identifier issues
Sort by
recently updated
recently updated
newest added
Something like ```js this.opacityValue = new Animated.Value(1) Animated.loop( Animated.timing( this.opacityValue, { toValue: 0, duration: state.duration, useNativeDriver: true }, ) ).start() ``` Might simplify the code to be 100% animated by...
Make a storybook of the example repo so we can see the code in many states. This would be the easiest way for anyone to contribute.