UNPKG

react-native

Version:

A framework for building native apps using React

7 lines (6 loc) 155 B
module.exports = function makeBuildPatch(name) { return { pattern: /[^ \t]dependencies {\n/, patch: ` compile project(':${name}')\n`, }; };