logoReact Native EsbuildContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
    • Installation
    • Commands
    • Basic Configuration
    • Custom Transformation
    • Custom Plugins
    • Android
    • iOS
    • Presets
    • Web Support
    • Transformer
    • Basic
    • New Architecture
    • Hot Module Replacement
Question? Give us feedback → (opens in a new tab)Edit this page
Configuration
Custom Plugins

Custom Plugins

You can add additional Esbuild plugins (opens in a new tab).

Add plugins to plugins in configuration.

// react-native-esbuild.config.js
exports.default = {
  plugins: [someEsbuildPlugin];
};
Custom TransformationAndroid

React Native Esbuild