Releases: WookieFPV/list-config-plugins
Releases Β· WookieFPV/list-config-plugins
v1.1.0
- suggests config plugins provided by expo @config-plugins/.
This is similar to how@types/
packages for typescript works.
This is useful if a package doesn't include a config plugin but there is a @config-plugins plugin available. - add
--debug
option
Example:
Without bundled config Plugin but with third party config plugin:
π₯ react-native-google-cast β‘οΈ @config-plugins/react-native-google-cast (https://github.com/expo/config-plugins/tree/main/packages/react-native-google-cast)
v1.0.2
v1.0.1
v1.0.0
- Added Monorepo support
Example:
> npx list-config-plugins
Config Plugin Overview:
Used Plugins:
π© expo-notifications
π© expo-screen-orientation
π© expo-splash-screen
Bundled with Expo:
π¦ expo-camera
π¦ expo-dev-client
π¦ expo-file-system
Unused Plugins:
π₯ @sentry/react-native
v0.0.2
- Show Show config plugins bundled with expo
> 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
v0.0.1
- Initial Release
> npx list-config-plugins
Config Plugin Overview
Used packages:
π© expo-notifications
π© expo-screen-orientation
π© expo-splash-screen
π© react-native-compressor
Unused packages:
π₯ @sentry/react-native
π₯ expo-camera
π₯ expo-dev-client
π₯ expo-file-system