Development Tips
Development of ashera application is done in res folder and tsc folder of android. Run the following in 2 terminal windows during development:
npm run generate-platform-js
npm run generate-platform-res
This will ensure that resources and index js file are continuously updated.
If you add image in drawable-xxxhdpi folder, run npm run generate-platform-drawable
If you are removing android platform, ensure that you back up and restore android files in res and tsc folder.
npm run backup-android
npm run restore-android