1.1.4 ⢠Published 4 months ago
list-config-plugins v1.1.4
list-config-plugins

A CLI tool to discover and manage Expo config plugins in your project dependencies.
š Overview
list-config-plugins
helps you efficiently manage your Expo config plugins by identifying which dependencies have available expo config plugins and whether they are currently utilized in your project. It supports:
- ā Expo Apps
- ā Bare React-Native Apps (without Expo)
- ā Monorepos
šÆ Usage
To get started, simply run the package in your app directory:
npx list-config-plugins@latest
Example Output
> npx list-config-plugins
Config Plugin Overview:
Used Plugins:
š© expo-notifications
š© expo-screen-orientation
š© expo-splash-screen
š© react-native-compressor
Bundled with Expo:
š¦ expo-camera
š¦ expo-dev-client
š¦ expo-file-system
Unused Plugins:
š„ @sentry/react-native
⨠Features
- š Scans your project for available Expo config plugins
- š© Displays currently used plugins
- š¦ Lists plugins automatically added by Expo
- š„ Identifies unused available plugins
- š Finds config plugins provided by expo @config-plugins
- āļø Supports all types of React-Native & Expo configurations, including Monorepos
š ļø How It Works
- Analyzes your project dependencies to identify packages with Expo config plugins.
- Checks which config plugins are actively used in your Expo configuration.