All Projects → AndrewJack → yarn-workspaces

AndrewJack / yarn-workspaces

Licence: Apache-2.0 license
React Native & yarn workspaces

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

yarn-workspaces

React Native & yarn workspaces

Things to remember when using workspaces

  • Flow runs in each package not on the whole workspace
  • apply nohoist to all modules that contain native code (ios & android code)
    • Avoids ios and android build directory clashes
    • More likely to work with react-native link
    • Pure JS libraries work fine without nohoist
  • Always yarn install at the root not in a package/rider directory

Links

Blogs

Examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].