13 lines
233 B
JavaScript
13 lines
233 B
JavaScript
/**
|
|
* @type {import('@react-native-community/cli-types').UserDependencyConfig}
|
|
*/
|
|
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: {
|
|
cmakeListsPath: 'generated/jni/CMakeLists.txt',
|
|
},
|
|
},
|
|
},
|
|
};
|