dev-plugins
Out-of-tree Expo devtools plugins for packages that haven't adopted the Expo devtools plugin system yet.
File Explorer
Download Latest Version (.zip)- checks.yml
- SpaceMono-Regular.ttf
- adaptive-icon.png
- favicon.png
- icon.png
- splash.png
- index.tsx
- index.tsx
- index.tsx
- [movie].tsx
- _layout.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- _layout.tsx
- index.tsx
- Colors.ts
- Divider.tsx
- ErrorMessage.tsx
- ListItem.tsx
- LoadingIndicator.tsx
- movies.json
- useAppState.ts
- useOnlineManager.ts
- useRefreshByUser.ts
- useRefreshOnFocus.ts
- api.ts
- types.ts
- use-time.ts
- .gitignore
- app.json
- eslint.config.js
- package.json
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- types.d.ts
- types.d.ts.map
- types.js
- types.js.map
- useApolloClientDevTools.d.ts
- useApolloClientDevTools.d.ts.map
- useApolloClientDevTools.js
- useApolloClientDevTools.js.map
- utils.d.ts
- utils.d.ts.map
- utils.js
- utils.js.map
- index.ts
- types.ts
- useApolloClientDevTools.ts
- utils.ts
- App.tsx
- Details.tsx
- Header.tsx
- List.tsx
- types.ts
- utils.ts
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- package.json
- README.md
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- useAsyncStorageDevTools.d.ts
- useAsyncStorageDevTools.d.ts.map
- useAsyncStorageDevTools.js
- useAsyncStorageDevTools.js.map
- index.ts
- useAsyncStorageDevTools.ts
- useAddEntryDialog.tsx
- useRemoveEntryModal.tsx
- App.tsx
- AsyncStorageTable.tsx
- usePluginStore.ts
- useTableData.tsx
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- methods.d.ts
- package.json
- README.md
- tsconfig.json
- copyFilesWithTransforms.ts
- createAppAdapterProject.ts
- createWebUiProject.ts
- env.ts
- index.ts
- resolvePackageManager.ts
- types.ts
- utils.ts
- build-webui.js
- index.ts
- {%= project.hookName %}.ts
- $.gitignore
- babel.config.js
- eslint.config.js
- expo-module.config.json
- package.json
- tsconfig.json
- .eslintrc.js
- .npmignore
- eslint.config.js
- package.json
- README.md
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- useMMKVDevTools.d.ts
- useMMKVDevTools.d.ts.map
- useMMKVDevTools.js
- useMMKVDevTools.js.map
- index.ts
- useMMKVDevTools.ts
- useAddEntryDialog.tsx
- useRemoveEntryModal.tsx
- App.tsx
- KeyValueStorageTable.tsx
- MMKVStorageTable.tsx
- useConnectedClient.ts
- usePluginStore.ts
- useTableData.tsx
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- methods.d.ts
- package.json
- README.md
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- ReduxExtensionAdapter.d.ts
- ReduxExtensionAdapter.d.ts.map
- ReduxExtensionAdapter.js
- ReduxExtensionAdapter.js.map
- useReactNavigationDevTools.d.ts
- useReactNavigationDevTools.d.ts.map
- useReactNavigationDevTools.js
- useReactNavigationDevTools.js.map
- index.ts
- ReduxExtensionAdapter.ts
- useReactNavigationDevTools.ts
- App.tsx
- LinkingTester.tsx
- Logs.tsx
- RouteMap.tsx
- Sidebar.tsx
- theme.tsx
- types.ts
- Typography.tsx
- usePluginStore.ts
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- package.json
- README.md
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- useReactQueryDevTools.d.ts
- useReactQueryDevTools.d.ts.map
- useReactQueryDevTools.js
- useReactQueryDevTools.js.map
- index.ts
- useReactQueryDevTools.ts
- DataViewer.tsx
- QuerySidebar.tsx
- index.ts
- index.ts
- App.tsx
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- package.json
- README.md
- tsconfig.json
- index.d.ts
- index.d.ts.map
- index.js
- index.js.map
- useTinyBaseDevTools.d.ts
- useTinyBaseDevTools.d.ts.map
- useTinyBaseDevTools.js
- useTinyBaseDevTools.js.map
- index.ts
- useTinyBaseDevTools.ts
- App.tsx
- app.json
- index.js
- package.json
- tsconfig.json
- .eslintrc.js
- babel.config.js
- eslint.config.js
- expo-module.config.json
- package.json
- README.md
- tsconfig.json
- index.html
- script-bundle.js
- script.js
- style.css
- expo-module.config.json
- index.d.ts
- index.js
- package.json
- README.md
- build-webui.js
- prepare-packages.js
- .gitattributes
- .gitignore
- .prettierrc
- bun.lock
- LICENSE
- package.json
- README.md
- tsconfig.node.json
# Installation Guide
1. Get the code
git clone https://github.com/expo/dev-plugins
Downloads the entire project code from GitHub to your computer.
cd dev-plugins
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
