- Oct 30, 2015
-
-
Tobias Hasselrot authored
Added playInBackground property to allow continous live streaming when opening notification center or control center
-
- Sep 16, 2015
-
-
Brent Vatne authored
Bump Example in master to use .10-rc, also fix example to actually go full screen.
-
Brent Vatne authored
-
Brent Vatne authored
Use lodash instead of merge, unbreaking the component (for us)
-
Carlo Francisco authored
-
- Aug 25, 2015
-
-
Jason Brown authored
Absolute positioning of all 0s was with TouchableOpacity using Animated.View, need to also specify that the Animate.View is full screen as well. Upgraded to .10rc and .60, also added RCTWebSocket to the Xcode project since it wasn't there.
-
- Aug 24, 2015
-
-
Brent Vatne authored
-
Brent Vatne authored
RN 0.10 compatibility: switch to returning an array from customDirectEventTypes
-
- Aug 23, 2015
-
-
React Native Playground authored
-
- Aug 22, 2015
-
-
Joshua Sierles authored
-
- Aug 08, 2015
-
-
Brent Vatne authored
-
Brent Vatne authored
video breaks on react-native 0.9.0-rc
-
Jim Lake authored
-
- Aug 05, 2015
-
-
Baris Sencan authored
Closes #57 This commit also includes some code style updates
-
- Jul 28, 2015
-
-
Brent Vatne authored
-
- Jul 23, 2015
-
-
Baris Sencan authored
-
- Jul 20, 2015
-
-
Baris Sencan authored
Fixes #73 as well
-
- Jul 19, 2015
-
-
Brent Vatne authored
Disables default system animation when resizing AVPlayerLayer
-
- Jul 18, 2015
-
-
Baris Sencan authored
Due to the changes made in #77
-
- Jul 15, 2015
-
-
Brent Vatne authored
-
Brent Vatne authored
-
- Jul 14, 2015
-
-
David Peek authored
Not sure if this something you will want – perhaps it could go behind a flag. When animating video size, the default system animation makes the rendered size of the video lag behind the bounds of the react view. This patch disables the default animation, ensuring the video renders at the correct size.
-
David Peek authored
Video was resuming after seek when setRate was called after play/pause in applyModifiers. According to Apple's docs play/pause are equivalent to setRate:1.0 and setRate:0.0, meaning that if rate was 1.0 the video resumed after seeking completed.
-
- Jul 11, 2015
-
-
Brent Vatne authored
-
- Jul 10, 2015
-
-
Brent Vatne authored
Update for 0.7.1 release
-
Christopher authored
-
- Jul 01, 2015
-
-
Baris Sencan authored
Fix issues that arise due to accessing _player on a queue other than main
-
- Jun 29, 2015
-
-
Baris Sencan authored
-
- Jun 28, 2015
-
-
Brent Vatne authored
Mild clean ups
-
- Jun 27, 2015
-
-
Bernd Paradies authored
-
- Jun 26, 2015
-
-
Baris Sencan authored
-
Baris Sencan authored
-
Baris Sencan authored
-
Baris Sencan authored
-
Baris Sencan authored
Fixes #66
-
Brent Vatne authored
-
Brent Vatne authored
Remove Notification Center observers on dealloc
-
Josh Habdas authored
-
Brent Vatne authored
Changes to README
-
- Jun 25, 2015
-
-
Brent Vatne authored
-