A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
@callstack/repack-init
is a tool that automates the integration of the @callstack/repack
into React-Native projects`.
npx @callstack/repack-init [options]
-
-c, --custom-version
Specify the version of@callstack/repack
to install. -
-e, --entry
Path to the main entry point of the React-Native project. Defaults to:index.js
. -
-f, --format
Format of the webpack.config file. Available choices:"mjs"
,"cjs"
. Defaults to:"mjs"
. -
-v, --verbose
Enable verbose logging. Defaults to:false
. -
--version
Show version number. -
--help
Show help.
Check out our website at https://re-pack.dev for more info and documentation or out GitHub: https://github.com/callstack/repack.