rnww-plugin-screen-pinning 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rnww-plugin-screen-pinning",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "React Native WebView Screen Pinning Plugin with Expo support (Android Only)",
5
5
  "main": "lib/bridge/index.js",
6
6
  "types": "lib/bridge/index.d.ts",
@@ -25,6 +25,8 @@
25
25
  "files": [
26
26
  "lib/",
27
27
  "src/modules/",
28
+ "!src/modules/android/.gradle",
29
+ "!src/modules/android/build",
28
30
  "README.md"
29
31
  ],
30
32
  "peerDependencies": {
File without changes
@@ -1,2 +0,0 @@
1
- #Mon Dec 29 03:54:07 JST 2025
2
- gradle.version=8.9
File without changes