Files
ARMSX2/react-native.config.js
T
2025-10-26 15:27:40 +03:00

14 lines
333 B
JavaScript

/**
* React Native CLI configuration for brownfield Android project at repo root.
* Points autolinking to the Gradle project containing settings.gradle and app module.
*/
module.exports = {
reactNativePath: './node_modules/react-native',
project: {
android: {
sourceDir: '.',
// appName: 'app',
},
},
};