railn
v2.1.5
Published
> Rail for metro > this is a fork from the cli folder of official react native library but use the latest metro(>=0.43.5)
Readme
Railn
Rail for metro
this is a fork from the cli folder of official react native library but use the latest metro(>=0.43.5)
Install
npm install railn --devUsage
the same with react-native
npx railn start
npx railn bundle --minify true --platform android --dev false --config metro.config.js --entry-file index.js --bundle-output build/index.android.bundle --sourcemap-output index.android.map.jsthe most useful feature is custom metro config
TODO
- [ ] integration with bundle splitting
