Open minuitagency opened 2 years ago
Hi,
Thanks for the great repo that is of great help here,
I have a recurring error with this type of mono repo (react native + react native web) that I don't quite know how to handle:
The package was properly added to no hoist,
What else should I do?
Thanks again,
Théo
any idea?
Thanks
@minuitagency You have to name your files to indicate there's JSX in the file. So for javascript files, *.js becomes *.jsx and for typescript *.ts becomes *.tsx.
*.js
*.jsx
*.ts
*.tsx
Hi,
Thanks for the great repo that is of great help here,
I have a recurring error with this type of mono repo (react native + react native web) that I don't quite know how to handle:
The package was properly added to no hoist,
What else should I do?
Thanks again,
Théo