@novodip/expo-router-devtools 1.1.2 → 1.1.3

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,5 +89,9 @@ export default function RootLayout() {
89
89
  ### Example
90
90
 
91
91
  ```tsx
92
- <ExpoRouterDevTools position="bottom" maxHistory={20} onRouteChange={(route) => console.log(route)} />
92
+ <ExpoRouterDevTools
93
+ position="bottom"
94
+ maxHistory={20}
95
+ onRouteChange={(route) => console.log(route)}
96
+ />
93
97
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novodip/expo-router-devtools",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Development tools for Expo Router - visualize routes, save navigation states, and debug your app's navigation flow",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",