react-native/local-cli/core
empyrical 4b106be477 Give RNPM the ability to look for plugins in `@scoped` modules (#21082)
Summary:
This PR gives RNPM the ability to look for plugins in `scoped` modules.

The regexes for finding RNPM plugins will match these hypothetical examples:

 * `rnpm-plugin-foo`
 * `org/rnpm-plugin-foo`

The regexes for finding React Native plugins will match these hypothetical examples:

 * `react-native-foo`
 * `org/react-native-foo`
 * `The controller you requested could not be found./module` (will be useful in the slimmening)
 * `The controller you requested could not be found./module`

RNPM plugins will be able to benefit from this immediately, but React Native plugins will run into this Metro issue currently:

https://github.com/facebook/metro/issues/241
Pull Request resolved: https://github.com/facebook/react-native/pull/21082

Differential Revision: D9809094

Pulled By: hramos

fbshipit-source-id: 4b0694ad4119b37dd5664af52c48e48ebe4d7404
2018-09-13 04:31:38 -07:00
..
__fixtures__ Bump lodash dependency (#20892) 2018-08-31 12:19:04 -07:00
__tests__ Give RNPM the ability to look for plugins in `@scoped` modules (#21082) 2018-09-13 04:31:38 -07:00
android Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ios Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Constants.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
findAssets.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
findPlugins.js Give RNPM the ability to look for plugins in `@scoped` modules (#21082) 2018-09-13 04:31:38 -07:00
index.js Give RNPM the ability to look for plugins in `@scoped` modules (#21082) 2018-09-13 04:31:38 -07:00
makeCommand.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
wrapCommands.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00