Skip to content

Releases: WookieFPV/list-config-plugins

v1.1.0

24 Jan 15:29
Compare
Choose a tag to compare
  • 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

23 Jan 18:01
Compare
Choose a tag to compare
  • Improve Error Message if expo config is not valid
  • add --version & --help args
  • [internal] improve bundling, linting with biome & tsup

v1.0.1

22 Jan 11:08
Compare
Choose a tag to compare
  • Fixed an issue that caused the script to crash in some runtimes

v1.0.0

21 Jan 21:00
Compare
Choose a tag to compare
  • 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

21 Jan 16:53
Compare
Choose a tag to compare
  • 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

20 Jan 07:58
Compare
Choose a tag to compare
  • 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