react-native-navigation-mode 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,6 @@
10
10
  <td align="center"><img src=".github/assets/gesture.png" alt="Visibility Sensor demo" height="600"></td>
11
11
  </tr>
12
12
  </table>
13
-
14
-
15
13
  <div align="center">
16
14
  <table>
17
15
  <tr>
@@ -33,6 +31,8 @@
33
31
  </tr>
34
32
  </table>
35
33
  </div>
34
+
35
+
36
36
  ## 🤔 Why This Library?
37
37
 
38
38
  Android devices can use different navigation modes, but detecting which one is active has been a major pain point for React Native developers. Most existing solutions rely on unreliable workarounds:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation-mode",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",