Add documentation explaining the need to set runtimeVersion.policy to fingerprint in app.json or app.config.js when using continuous-deploy-fingerprint.
Motivation
Users implementing continuous deployment with expo-github-action/continuous-deploy-fingerprint need clear guidance on how to properly configure their Expo project for fingerprint-based updates. Adding this information to the documentation will help users correctly set up their projects and avoid potential issues.
Description of the feature
Add documentation explaining the need to set
runtimeVersion.policy
tofingerprint
in app.json or app.config.js when using continuous-deploy-fingerprint.Motivation
Users implementing continuous deployment with expo-github-action/continuous-deploy-fingerprint need clear guidance on how to properly configure their Expo project for fingerprint-based updates. Adding this information to the documentation will help users correctly set up their projects and avoid potential issues.