Skip to main content

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.

File bundle

Webpack-powered solution for advanced use cases

Leverage full Webpack ecosystem of plugins and loaders. Use plethora of configuration options to adjust the bundling to your needs. Take modules resolution into your hand and freely use functionalities like symlinks or unconventional project's structure.

Code Splitting support

Use Code Splitting to split your bundle into multiple files and load them on-demand to improve initial loading times or to dynamically deliver features. Split your code using dynamic import() function or by using Module Federation.

Built-in Flipper support

Use Flipper platform to inspect Application logs, Development server logs, React component tree with React DevTools, Layout, Network, Crashes and more.

bug fixing
developer activity

Fully-featured development server

Build your application with ease. Take advantage of built-in support for Hot Module Replacement and React Refresh, symnbolication and Remote JavaScript debugging support.

Develop and bundle for any platform

Develop your application for any platform. Use built-in support for Android and iOS or bring support for your out-of-tree platform. Everything is configurable, nothing is hardcoded.

progressive_app

Configure it your way

Take full control over the Webpack configuration. Use our APIs - plugins and utilities - to make Webpack-produced bundle compatible with React Native.