mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 04:50:59 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
|
module.exports = function makeUsingPatch(packageImportPath) {
|
||
|
return {
|
||
|
pattern: 'using ReactNative.Modules.Core;',
|
||
|
patch: '\n' + packageImportPath,
|
||
|
};
|
||
|
};
|