mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 12:14:46 -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")],
|
|
};
|