Commit Graph

2398 Commits

Author SHA1 Message Date
Matthieu Achard
95d67b011e support for absolute path and file:// paths 2015-06-14 19:31:39 +02:00
Baris Sencan
d3c2867ab2 Improve calculatePlayableDuration documentation 2015-06-11 18:11:55 -07:00
Baris Sencan
da4e5df5c8 Add playableDuration property to onProgress event 2015-06-10 14:29:38 -07:00
Brent Vatne
7d9fdeb6e8 Remove annoying peerDependencies for now 2015-06-10 10:28:51 -07:00
Brent Vatne
f7f5b22ee8 Bump version for peerDependencies, supporting upcoming 0.5.0 2015-06-05 10:18:52 -07:00
Brent Vatne
5624d72f11 Merge pull request #45 from markburns/patch-1
Use markdown syntax to display images inline
2015-06-01 13:36:20 -07:00
Mark Burns
2bd154236c Use markdown syntax to display images inline 2015-06-01 20:16:59 +09:00
Brent Vatne
a20b94757d Align more closely with react native style 2015-05-30 12:50:45 -07:00
Brent Vatne
c5eb6b4fec Fix crash from trying to remove observer multiple times 2015-05-30 12:47:14 -07:00
Brent Vatne
ca3e6066c2 Indicate license type 2015-05-17 11:40:23 -07:00
Brent Vatne
7259555b9c Bump for 0.4.3 2015-05-14 18:10:41 -07:00
Brent Vatne
b41a39b7bc Bump version 2015-05-12 20:28:15 -07:00
Brent Vatne
5cbfc2fca9 Merge pull request #35 from jhabdas/master
Documentation updates
2015-05-12 19:11:46 -07:00
Josh Habdas
059512fcb6 Add missing installation step
In order to use this native component the video resources must be
added to the project and bundled on build.

- Also remove a duplicate data property
- Fix linkrot in README and add Examples section
2015-05-12 21:10:08 -05:00
Brent Vatne
06a9ee3a70 Merge pull request #34 from nickhudkins/patch-1
Update react-native requirement in example
2015-05-11 15:35:02 -07:00
Nick Hudkins
e5030a505e Update react-native requirement in example
react-native-video wants ^0.4.0, so let's give it to it.
2015-05-11 18:04:38 -04:00
Brent Vatne
e6a277eb59 Bump to 0.3.5 and add seeking 2015-05-11 08:24:58 -07:00
Johannes Lumpe
c5a8760ea7 Bumped version to 0.3.4 2015-05-11 08:21:16 -07:00
Johannes Lumpe
bcd48b7d21 Fixed invalid usage of JS-like OR 2015-05-11 08:21:16 -07:00
Brent Vatne
9c2184bd19 Respect the pause property at all times 2015-05-11 08:20:42 -07:00
Pasto
d9ea831321 Use the ViewStylePropTypes since they work & inherit from LayoutPropTypes 2015-05-11 08:20:42 -07:00
Brent Vatne
00aadf685a Add fix to support live streaming 2015-05-11 08:20:42 -07:00
Gaël Gillard
ce7f82b884 Provide a fallback if the duration cannot be get
This to avoid to send an errors stack caused by the `NaN` given in the JSON of the RCTEventDispatcher.

fixes #26
2015-05-11 08:20:42 -07:00
Brent Vatne
2b5fc21caf Update README to remove pointless step 2015-05-11 08:20:42 -07:00
Brent Vatne
9a55b1f417 Update README 2015-05-11 08:20:42 -07:00
Brent Vatne
b8ac698258 Bump to 0.3.1 2015-05-11 08:20:41 -07:00
Johannes Lumpe
23feea9fba Made react-native a peer dependency, fixed invalid version error for package version 2015-05-11 08:20:41 -07:00
Brent Vatne
6fee22cac6 Bump for react-native 0.4.0 2015-05-11 08:20:41 -07:00
Brent Vatne
e12769f919 Reduce example video size and explicitly list package files 2015-05-11 08:20:41 -07:00
Brent Vatne
53deeb15f4 Clarify example project instructions 2015-05-11 08:20:31 -07:00
Brent Vatne
284f93ef5c Update README with TODO 2015-05-11 08:20:20 -07:00
Brent Vatne
25628d9877 Bump version for onEnd callback 2015-05-11 08:20:20 -07:00
Mike Wilcox
9f5aa72d94 add checkmark 2015-05-11 08:20:20 -07:00
Mike Wilcox
e6e4d13bc2 add onEnd Prop 2015-05-11 08:20:20 -07:00
Mike Wilcox
a7644bfdbe updated README with onEnd prop example 2015-05-11 08:19:46 -07:00
Mike Wilcox
7fb273fa3c added attachListeners method which listens for end of playback and sends a notification 2015-05-11 08:19:46 -07:00
Mike Wilcox
ef48193266 add RNVideoEventEnd constant 2015-05-11 08:19:46 -07:00
Mike Wilcox
2da995b90f add onEnd event 2015-05-11 08:19:46 -07:00
Brent Vatne
1f67f3e761 Note about TODO for buffering callback 2015-05-11 08:19:16 -07:00
Brent Vatne
58c0e150ed Add Johannes Lumpe to contributors, he is doing an awesome job! 2015-05-11 08:19:16 -07:00
Brent Vatne
75edd8cb80 Bump version 2015-05-11 08:19:16 -07:00
Johannes Lumpe
7bcbf3e075 Setting playerlayer to nil 2015-05-11 08:19:16 -07:00
Brent Vatne
59d503c1ef Add trailing / 2015-05-11 08:19:16 -07:00
Brent Vatne
61752153b3 Update to support react-native 0.3.10 2015-05-11 08:19:15 -07:00
Johannes Lumpe
1000266fd3 Removed unnecessary ref 2015-04-09 18:12:54 +03:00
Johannes Lumpe
29d4a4fda2 Using completion handler to trigger seek event now, in order to receive correct currentTime value 2015-04-09 17:19:09 +03:00
Johannes Lumpe
380c1d46cc Made seek a float value again, now triggered through this.refs.myVideoNode.seek(time) 2015-04-09 16:50:20 +03:00
Johannes Lumpe
45d79b701e Initial commit for seeking 2015-04-09 01:15:57 +03:00
Brent Vatne
ac3e4cf773 Update version of react-native-video in example 2015-04-08 12:25:17 -07:00
Brent Vatne
b8d55afc16 Update README 2015-04-08 12:05:46 -07:00