Kyoo/front/react-native.config.cjs
2025-02-26 00:21:03 +01:00

7 lines
283 B
JavaScript

module.exports = {
// Setting up and overriding some react-native CLI commands.
// Necessary for building native iOS and Android apps,
// where Vite shall be used instead of Metro for JS bundling during the build precess.
commands: [...require("vxrn/react-native-commands")],
};