UNPKG

react-native

Version:

A framework for building native apps using React

7 lines (6 loc) 166 B
module.exports = function makeUsingPatch(packageImportPath) { return { pattern: 'using ReactNative.Modules.Core;', patch: '\n' + packageImportPath, }; };