Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

- Credit: [Matt Oakes](https://mattoakes.net) and based [Redux DevTools](https://github.com/reduxjs/redux-devtools/)

- [`file-explorer-expo-dev-plugin`](https://github.com/dmt-op/file-explorer-expo-dev-plugin): Plugin for debugging [expo-file-system](https://docs.expo.dev/versions/latest/sdk/filesystem/) operations

- Credit: [Dmytro Kulahin](https://github.com/dmt-op)

## Contributions

Due to the current bandwidth limitations of our team, we are unable to accept new plugin pull requests in this repository. We recommend developers to create and maintain their plugins in their own npm accounts.
Expand Down
20 changes: 10 additions & 10 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.59.20",
"expo": "^52.0.4",
"expo-font": "~13.0.1",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.3",
"expo-splash-screen": "~0.29.7",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-web-browser": "~14.0.0",
"expo-font": "~13.0.4",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.19",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"graphql": "^16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-mmkv": "^3.1.0",
"react-native-paper": "^5.12.5",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13",
"react-redux": "^9.1.2",
"tinybase": "^5.3.8"
Expand All @@ -46,7 +46,7 @@
"@babel/plugin-transform-private-methods": "^7.25.9",
"@types/react": "~18.3.12",
"jest": "^29.7.0",
"jest-expo": "~52.0.0",
"jest-expo": "~52.0.6",
"react-test-renderer": "18.3.1",
"typescript": "^5.6.3"
},
Expand Down
Loading