UNPKG

@rnv/template-starter

Version:

🚧 Starter Template for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux

10 lines (8 loc) • 268 B
const { withRNVWebpack } = require('@rnv/adapter'); module.exports = withRNVWebpack({ output: { //This allows to build and output a single bundle.js file //https://github.com/flexn-io/renative/issues/1353 // chunkFormat: false, }, });