- Aug 16, 2016
-
-
Josh Habdas authored
-
Josh Habdas authored
-
Josh Habdas authored
-
Josh Habdas authored
-
Brent Vatne authored
-
Brent Vatne authored
use react native asset resolving
-
- Aug 11, 2016
-
-
Brent Vatne authored
-
Brent Vatne authored
-
Brent Vatne authored
-
Brent Vatne authored
Readme file changes for react-native >= 0.29.0
-
- Jul 28, 2016
-
-
sarju authored
-
- Jun 29, 2016
-
-
Stanisław Chmiela authored
android_missing_events
-
Marcin Adamczyk authored
-
Marcin Adamczyk authored
-
- Jun 22, 2016
-
-
Brent Vatne authored
Merge pull request #252 from mroswald/refactor/replace-bind-statements-with-class-property-functions replace bind statements
-
Mark Oswald authored
-
Mark Oswald authored
-
- Jun 08, 2016
-
-
Stanisław Chmiela authored
fix package name mismatch for Android
-
Stanisław Chmiela authored
Added React import to android VideoPlayer Example
-
Stanisław Chmiela authored
Added possibility to play video in background and when app is inactive.
-
Stanisław Chmiela authored
[Android] naturalSize callback to match iOS version.
-
- Jun 04, 2016
-
-
Burak Çalık authored
-
- Jun 02, 2016
-
-
tobias authored
-
-
Tobias Hasselrot authored
-
tobias authored
-
tobias authored
-
tobias authored
-
- Jun 01, 2016
-
-
tobias authored
-
- May 30, 2016
-
-
Stanisław Chmiela authored
-
Stanisław Chmiela authored
Fix Issue 214
-
- May 27, 2016
-
-
Don Nguyen authored
It makes no sense if we move observer after calling calling playerWithPlayerItem because this is where the exception raises
-
James Stavros authored
Import for React was missing in index.android.js of VideoPlayer, without which the example would not run.
-
- May 23, 2016
-
-
- May 19, 2016
-
-
Stanisław Chmiela authored
-
- May 18, 2016
-
-
Takashi Aoki authored
-
- May 17, 2016
-
-
Stanisław Chmiela authored
Allow to use content:// schema as source.
-
Stanisław Chmiela authored
Happens if someone creates Video component, but doesn't set src to it.
-
Stanisław Chmiela authored
Before: observer removes only in removeFromSuperview, but adds in setSrc – multiple setSrc would add multiple observers and one removeFromSuperview would remove only one observer. Now: Every addObserver in setSrc is balanced by removeObserver also in setSrc
-
Stanisław Chmiela authored
-