From e3165c65060b980f9093ebefd2c66f6d21e2fecc Mon Sep 17 00:00:00 2001 From: Michael Crook Date: Wed, 22 Aug 2018 23:06:35 -0700 Subject: [PATCH] added extra sinopia config to support packages (#20789) Summary: [DOCS] [BUGFIX] [react-native-cli/README.md] - fixed sinopia configuration docs now that babel uses scoped packages the extra sinpoia config also requires the rule to cover ** which will satisfy such repositories like babel/core The only other issue I had with getting started using this doc was node-gyp being an absolute horror to get running (a dependancy of sinpoia) I don't really know if writing debugging tips/links for macos in these docs is relevant. Pull Request resolved: https://github.com/facebook/react-native/pull/20789 Differential Revision: D9468340 Pulled By: hramos fbshipit-source-id: c7a41f384655b36e5e46b39d1e7e14313cab9f68 --- react-native-cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/react-native-cli/README.md b/react-native-cli/README.md index 6634e124f..bfb02a683 100644 --- a/react-native-cli/README.md +++ b/react-native-cli/README.md @@ -35,6 +35,10 @@ Running it for the first time creates a default config file. Open `~/.config/sin allow_access: $all allow_publish: $all + '**': + allow_access: $all + proxy: npmjs + '*': allow_access: $all proxy: npmjs