react-native-navigation-mode 0.2.0 → 0.3.0

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 +0 -2
  2. package/package.json +11 -5
package/README.md CHANGED
@@ -275,5 +275,3 @@ MIT
275
275
  - Readme is edited using [Typora](https://typora.io/)
276
276
 
277
277
  ---
278
-
279
- Made with ❤️ by [JairajJangle](https://github.com/JairajJangle)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation-mode",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Detect Android navigation mode (3-button, 2-button, or gesture)",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -58,14 +58,15 @@
58
58
  "type": "git",
59
59
  "url": "git+https://github.com/JairajJangle/react-native-navigation-mode.git"
60
60
  },
61
- "author": "Jairaj Jangle <reachout.jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
61
+ "author": "https://github.com/JairajJangle",
62
62
  "license": "MIT",
63
63
  "bugs": {
64
64
  "url": "https://github.com/JairajJangle/react-native-navigation-mode/issues"
65
65
  },
66
66
  "homepage": "https://github.com/JairajJangle/react-native-navigation-mode#readme",
67
67
  "publishConfig": {
68
- "registry": "https://registry.npmjs.org/"
68
+ "registry": "https://registry.npmjs.org/",
69
+ "provenance": true
69
70
  },
70
71
  "devDependencies": {
71
72
  "@commitlint/config-conventional": "^19.6.0",
@@ -78,6 +79,10 @@
78
79
  "@react-native/babel-preset": "0.79.2",
79
80
  "@react-native/eslint-config": "^0.78.0",
80
81
  "@release-it/conventional-changelog": "^9.0.2",
82
+ "@semantic-release/changelog": "^6.0.3",
83
+ "@semantic-release/git": "^10.0.1",
84
+ "@semantic-release/github": "^11.0.1",
85
+ "@semantic-release/npm": "^12.0.1",
81
86
  "@types/jest": "^29.5.5",
82
87
  "@types/react": "^19.0.0",
83
88
  "commitlint": "^19.6.1",
@@ -88,15 +93,16 @@
88
93
  "jest": "^29.7.0",
89
94
  "prettier": "^3.0.3",
90
95
  "react": "19.0.0",
91
- "react-native": "0.79.2",
96
+ "react-native": "0.79.3",
92
97
  "react-native-builder-bob": "^0.40.11",
93
98
  "release-it": "^17.10.0",
99
+ "semantic-release": "^24.1.0",
94
100
  "turbo": "^1.10.7",
95
101
  "typescript": "^5.8.3"
96
102
  },
97
103
  "peerDependencies": {
98
104
  "react": "*",
99
- "react-native": "*"
105
+ "react-native": ">=0.77.0"
100
106
  },
101
107
  "workspaces": [
102
108
  "example"