GT2/GT2-iOS/node_modules/react-native/local-cli/link/windows/patches/makeUsingPatch.js

7 lines
166 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
module.exports = function makeUsingPatch(packageImportPath) {
return {
pattern: 'using ReactNative.Modules.Core;',
patch: '\n' + packageImportPath,
};
};