create-react-native-library
Version:
CLI to scaffold React Native libraries
17 lines (16 loc) • 398 B
JavaScript
/**
* @type {import('@react-native-community/cli-types').UserDependencyConfig}
*/
module.exports = {
dependency: {
platforms: {
android: {
<%_ if (example === 'vanilla') { -%>
cmakeListsPath: 'generated/jni/CMakeLists.txt',
<%_ } else { -%>
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
<%_ } -%>
},
},
},
};