expo-libvlc-player 7.0.28 → 7.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -289,13 +289,13 @@ interface MediaInfo {
289
289
 
290
290
  On Android, the `libvlcjni` player detaches from the View after switching screens.
291
291
 
292
- The current workaround attaches the View back but this causes a brief black screen.
292
+ The current workaround attaches the View back to the player but it causes a brief black screen.
293
293
 
294
294
  https://code.videolan.org/videolan/vlc-android/-/issues/1495
295
295
 
296
- On iOS, the `VLCKit` player loses the current video track after pausing in the background.
296
+ On iOS, the `VLCKit` player deselects the video track after pausing in the background.
297
297
 
298
- The current workaround restores the selected video track but this causes a brief black screen.
298
+ The current workaround selects the video track back but it causes a brief black screen.
299
299
 
300
300
  https://code.videolan.org/videolan/VLCKit/-/issues/743
301
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-libvlc-player",
3
- "version": "7.0.28",
3
+ "version": "7.0.29",
4
4
  "description": "LibVLC Player for Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",