Hampton Maxwell
|
efb1fc7723
|
Update react-native link instructions with module name
Just calling react-native link is risky, it can cause double linking
|
2018-07-31 11:25:17 -07:00 |
|
Hampton Maxwell
|
2087d0a150
|
Fix typo in audioTracks example
|
2018-07-25 13:18:02 -07:00 |
|
Hampton Maxwell
|
570339bb3a
|
Include instructions for importing the module
|
2018-07-24 14:29:18 -07:00 |
|
Hampton Maxwell
|
78257e9508
|
Merge pull request #1137 from react-native-community/feature/select-audio-track
Select audio tracks on iOS & ExoPlayer
|
2018-07-24 09:58:30 -07:00 |
|
Hampton Maxwell
|
aa4e1812e9
|
Document fullscreen methods & events
|
2018-07-17 17:45:19 -07:00 |
|
Hampton Maxwell
|
06eb1c57d8
|
Support selecting audio tracks
Implements audio track selection on iOS & Android ExoPlayer. The prop mirrors the API for selectedTextTrack.
|
2018-07-17 14:14:21 -07:00 |
|
Hampton Maxwell
|
d003c87b57
|
Add onAudioBecomingNoisy for iOS
|
2018-07-12 21:48:58 -07:00 |
|
Hampton Maxwell
|
4cdeebea65
|
Cleanup up iOS textTracks explanation
|
2018-07-11 09:22:24 -07:00 |
|
Hampton Maxwell
|
f6e1079e57
|
Document textTracks support for iOS
|
2018-07-11 09:09:56 -07:00 |
|
Hampton Maxwell
|
e5ab177a42
|
Descriptions for paused were reversed
|
2018-07-09 22:01:48 -07:00 |
|
Hampton Maxwell
|
3febc453b6
|
Merge branch 'master' of https://github.com/react-native-community/react-native-video
|
2018-06-29 13:56:53 -07:00 |
|
Hampton Maxwell
|
640af7e9a3
|
Add note about installing Android Support Repository
|
2018-06-29 13:56:30 -07:00 |
|
Carlos Navarrete
|
854b403c8b
|
Update README.md
fix small grammar mistake
|
2018-06-28 12:13:45 -03:00 |
|
Hampton Maxwell
|
6b8b16a9df
|
Document the onProgress event
|
2018-06-25 12:24:44 -07:00 |
|
Hampton Maxwell
|
4d2c39ea6e
|
Document onTimedMetadata
|
2018-06-25 12:00:34 -07:00 |
|
Hampton Maxwell
|
662f6de5a0
|
Merge branch 'master' into master
|
2018-06-24 12:17:37 -07:00 |
|
Hampton Maxwell
|
39efb5203c
|
Clean up wording about Android expansion files
|
2018-06-24 12:15:43 -07:00 |
|
Hampton Maxwell
|
e4f83439f4
|
Add example specifying the type for Android file expansion
|
2018-06-22 21:10:16 -07:00 |
|
Hampton Maxwell
|
39fb210291
|
Clear up background comment
|
2018-06-22 13:11:44 -07:00 |
|
Hampton Maxwell
|
31b9ba9928
|
Update auto-play notes to indicate that the issue only affected ExoPlayer
|
2018-06-21 22:39:57 -07:00 |
|
Hampton Maxwell
|
65f6b3b47a
|
Document version 3.0 behavior changes
|
2018-06-21 18:42:06 -07:00 |
|
Hampton Maxwell
|
3f243b1583
|
Document the seek() method
|
2018-06-20 22:09:05 -07:00 |
|
Hampton Maxwell
|
06fafc88bf
|
Merge branch 'master' into master
|
2018-06-20 17:03:52 -07:00 |
|
Hampton Maxwell
|
3da2489484
|
Fix type in ISO name
|
2018-06-12 21:21:04 -07:00 |
|
Hampton Maxwell
|
146cbe3183
|
Clean up onLoad info
|
2018-06-12 21:17:47 -07:00 |
|
Hampton Maxwell
|
659ca8fad9
|
Document onLoad, onLoadStart & textTracks
|
2018-06-12 21:03:55 -07:00 |
|
Hampton Maxwell
|
bd30454aea
|
Merge pull request #1057 from genglei01/master
Add allowsExternalPlayback Property for ios
|
2018-06-10 10:56:14 -07:00 |
|
Hampton Maxwell
|
36dffa694c
|
Reorder allowsExternalPlayback alphabetically
|
2018-06-10 10:48:32 -07:00 |
|
LeoGeng
|
187158be34
|
add an entry in the README for allowsExternalPlayback property
|
2018-06-11 00:31:22 +08:00 |
|
Hampton Maxwell
|
65c3696d2a
|
Add note about Enable Background Audio being in Xcode
|
2018-06-08 21:13:34 -07:00 |
|
Hampton Maxwell
|
3b1f19d380
|
Get list of iOS instructions for playInBackground to display properly
|
2018-06-08 21:10:19 -07:00 |
|
Hampton Maxwell
|
d4a659a641
|
Update background instructions for iOS
|
2018-06-08 21:08:51 -07:00 |
|
Hampton Maxwell
|
72eba10167
|
Document props for playInBackground & playWhenInactive
|
2018-06-08 20:45:37 -07:00 |
|
Hampton Maxwell
|
9c51d00f34
|
Document props for playInBackground & playWhenInactive
|
2018-06-08 20:43:43 -07:00 |
|
Hampton Maxwell
|
3f6af0c000
|
Make notes about SurfaceViews better
|
2018-06-08 00:16:50 -07:00 |
|
Hampton Maxwell
|
e3d74ee339
|
Fix type in this.fullScreenPlayerDidDismiss name
|
2018-06-08 00:15:12 -07:00 |
|
Hampton Maxwell
|
066a0c9c16
|
Add support for using a TextureView in ExoPlayer
|
2018-06-08 00:01:13 -07:00 |
|
Hampton Maxwell
|
cb9e860cde
|
Make stereoPan description a bit more understandable
|
2018-06-07 22:53:19 -07:00 |
|
Hampton Maxwell
|
04cb01fdcb
|
Show stereoPan platform as Android MediaPlayer
|
2018-06-07 22:51:50 -07:00 |
|
Rafael Pinto
|
982019fd1c
|
Fixed readme conflict
|
2018-06-06 04:42:37 +01:00 |
|
Rafael Pinto
|
41384e2adf
|
Merge branch 'master' into feature/audio-panning
|
2018-06-06 04:24:39 +01:00 |
|
Hampton Maxwell
|
c3f9976b0b
|
Merge branch 'master' into feature/text-tracks
|
2018-06-05 19:42:04 -07:00 |
|
Hampton Maxwell
|
b00df58755
|
Add Value to the usage chart
|
2018-06-05 18:45:05 -07:00 |
|
Hampton Maxwell
|
86b200396f
|
Fix link for resizeMode
|
2018-06-05 18:41:51 -07:00 |
|
Hampton Maxwell
|
ed79b790b5
|
Add documenation for the selectedTextTrack prop
|
2018-06-05 18:39:25 -07:00 |
|
Hampton Maxwell
|
5203d1b238
|
Fix formatting for Configurable props
Make sure Platforms get treated like they're on a newline
|
2018-06-05 18:26:25 -07:00 |
|
Hampton Maxwell
|
3ba9b4a553
|
Fix other camel case props
|
2018-06-05 18:18:10 -07:00 |
|
Hampton Maxwell
|
d23d916212
|
Test camelCase links
|
2018-06-05 18:16:46 -07:00 |
|
Hampton Maxwell
|
87c1b87a39
|
Add docs for most configurable props
Add individual sections for each of the common configurable props
|
2018-06-05 18:03:14 -07:00 |
|
Hampton Maxwell
|
c097c7d385
|
Begin expanding props docs
|
2018-06-05 17:27:19 -07:00 |
|