###NADCA Glossary #####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/nadca/modules/nadca_glossary/assets/ On Line 31 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 ./glossary/(tabs)/_layout.tsx instead.