Package provides the react questionnaire library for JR Questionnaire
npm install jr-questionnaire-reactThis folder will contain the code for the react questionnaire library.
The project uses TypeScript and some other tools.
1. Execute npm install to install or update all project dependencies.
2. Execute npm run build to compile the code into a library
In order to avoid react imports resolve to two different exports objects, you have to link react from node_modules.
Examplenpm link ../touch-qst-web/node_modules/react
For more details, visit https://reactjs.org/warnings/invalid-hook-call-warning.html