expo / expo-github-action

Expo GitHub Action makes it easy to automate EAS builds or updates
MIT License
795 stars 77 forks source link

(docs) Documentation for setting `runtimeVersion.policy` to `fingerprint` when using `continuous-deploy-fingerprint` #300

Closed tharakadesilva closed 2 months ago

tharakadesilva commented 2 months ago

Description of the feature

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.