@Geoffrey Leclaire While I haven't played around with this library yet, based on the documentation, the steps laid out are for new users who are starting from scratch and since create-react-app
doesn't support older version of React anymore (<18
), which is required for the Communication UI Library, they have shared the steps to configure your project with react-scripts
.
Since you already have a project setup ready for react, you should simply be able to just install and use the library without any additional steps, if your project uses react version between 16.8.0 and 18.
Also, the other requirements for the library from the documentation are
-
typescript
>= 3.8.3 -
webpack
>= 5.3.8
If your project meets these requirements, you should be good to go without any changes.