dylanjha / react-native-video-bugs

Repo for reproducing bugs with react-native-video player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Video bugs

This is a demo app to reproduce bugs I ran into with react-native-video

Prerequisites

You should already have XCode and the iOS simulators installed. You should also already have Android Studio and an Android emulator installed

Installation

Clone:

git clone git@github.com:dylanjha/react-native-video-bugs.git
cd react-native-video-bugs

Install dependencies:

yarn install

Start react-native

yarn start

Open a new terminal window

open in iOS simulator:

yarn ios

open in android emulator:

yarn android

Bugs

onProgress callback not firing (#1979)

Issue: TheWidlarzGroup/react-native-video#1979

This happens on Android when video starts off paused.

See recording: https://www.loom.com/share/0a903fc33c644ca9a7cb7c9747587997

About

Repo for reproducing bugs with react-native-video player


Languages

Language:Java 29.3%Language:Ruby 25.1%Language:Objective-C 20.7%Language:JavaScript 15.8%Language:Starlark 9.1%