###CCMC Quiz #####Changes made from the React app to fit the Drupal Module. Run npm run export-web to get a Web Ready version of the app Replace _expo and assets folders from the dist folder Update the Template with the new JS filename entry-xxxxxxx.js. In the main JS file, /_expo/static/js/web/entry-xxxxxxx.js: Find: /assets/ Replace: /sites/ccmc/modules/ccmc_quiz/assets/ On Line 41 there should be a bunch of paths for the routes eg ./(tabs)/_layout.tsx, we need to update them all on this line to look like ./quiz/(tabs)/_layout.tsx instead.