viewstools / yarn-workspaces-cra-crna

How to use yarn workspaces with Create React App and Create React Native App (Expo) to share common code across
151 stars 23 forks source link

Add option for disabling Metro .babelrc lookup #18

Closed ovidiuch closed 1 year ago

ovidiuch commented 6 years ago

In my case I have a root monorepo .babelrc that isn't compatible with the CRNA workspace, so returning false inside rnConfig.getEnableBabelRCLookup was a necessity.

It would be nice for this to be merged to avoid using a fork.

I'm also OK with defaulting to false, but I think it was defaulting to true before (hence my issue), and continuing to do so would allow you to avoid a breaking change.

ovidiuch commented 6 years ago

@dariocravero anything I can do to move this forward? I'm happy do make the change you mentioned here if you confirm. Thanks!