@liamdawson/disable-react-native-flipper-databases-expo-plugin
TypeScript icon, indicating that this package has built-in type declarations

44.0.0 • Public • Published

disable-react-native-flipper-databases-expo-plugin

Disable the default React Native Flipper Database plugin (on Android) in EAS or expo prebuild

Tested against Expo SDK 44

Usage (Quick Guide)

1. Install the module: yarn add -D @liamdawson/disable-react-native-flipper-databases-expo-plugin

2. Add @liamdawson/disable-react-native-flipper-databases-expo-plugin configuration to the plugins section of your app.json, as per the example below.

Configuration

{
  "expo": {
    "..."
    "plugins": [
      "@liamdawson/disable-react-native-flipper-databases-expo-plugin"
    ]
  }
}

Package Sidebar

Install

npm i @liamdawson/disable-react-native-flipper-databases-expo-plugin

Weekly Downloads

3

Version

44.0.0

License

MIT

Unpacked Size

5.27 kB

Total Files

9

Last publish

Collaborators

  • liamdawson