Krish143git

Results 2 comments of Krish143git

@Thanmai-C Once End Reset all the things so your case will never occur with this _onEnd() { let state = this.state; state.paused = true; this.seekTo(0) this.setState(state) this.setSeekerPosition(0) }

> @davidskaarup I looked at the source code and it looks like that this component is created as fallback for react-native-touch-id. When touch-id is not supported or activated this component...