mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 22:54:12 -04:00
7 lines
283 B
JavaScript
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")],
|
|
};
|