expo-libvlc-player 3.0.0 → 3.0.2

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.
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  </p>
17
17
 
18
18
  <p align="center">
19
- <i>Screenshots taken from the <a href="example/components/PlayerView.tsx">Example App</a> on Android and iOS</i>
19
+ <i>Screenshots taken from the <a href="example/App.tsx">Example App</a> on Android and iOS</i>
20
20
  </p>
21
21
 
22
22
  ### Supported versions
@@ -123,7 +123,7 @@ return (
123
123
  );
124
124
  ```
125
125
 
126
- See the [Example App](example/components/PlayerView.tsx) for additional usage.
126
+ See the [Example App](example/App.tsx) for additional usage.
127
127
 
128
128
  ### Player methods
129
129
 
@@ -1,7 +1,7 @@
1
1
  apply plugin: "com.android.library"
2
2
 
3
3
  group = "expo.modules.libvlcplayer"
4
- version = "3.0.0"
4
+ version = "3.0.2"
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -27,7 +27,7 @@ android {
27
27
  namespace "expo.modules.libvlcplayer"
28
28
  defaultConfig {
29
29
  versionCode 1
30
- versionName "3.0.0"
30
+ versionName "3.0.2"
31
31
  consumerProguardFiles("proguard-rules.pro")
32
32
  }
33
33
  lintOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-libvlc-player",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "LibVLC Player for Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@eslint/js": "^9.30.0",
36
36
  "@types/react": "~19.0.0",
37
37
  "eslint": "^9.30.0",
38
- "expo": "~53.0.25",
38
+ "expo": "~53.0.26",
39
39
  "expo-module-scripts": "^4.1.6",
40
40
  "globals": "^16.2.0",
41
41
  "husky": "^9.1.7",