mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
6 lines
208 B
JavaScript
6 lines
208 B
JavaScript
|
const mapHeaderSearchPaths = require('./mapHeaderSearchPaths');
|
||
|
|
||
|
module.exports = function addToHeaderSearchPaths(project, path) {
|
||
|
mapHeaderSearchPaths(project, searchPaths => searchPaths.concat(path));
|
||
|
};
|