tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Use yarn pnp #16

Open tiagob opened 4 years ago

tiagob commented 4 years ago

Could this solve the single version of react and react-native on web and mobile problem? Blocked on tsc supporting pnp

https://classic.yarnpkg.com/en/docs/pnp/getting-started https://github.com/microsoft/TypeScript/issues/28289

tiagob commented 4 years ago

Default in yarn v2

tiagob commented 4 years ago

https://docs.expo.io/guides/customizing-metro/