| 8727f024 | 08-Sep-2023 |
Kudo Chien <[email protected]> |
[fingerprint] Normalize expo config and remove runtimeVersion (#24290)
# Why
basically to remove the `runtimeVersion` from expo config which is unrelated to native build. after this pr, people co
[fingerprint] Normalize expo config and remove runtimeVersion (#24290)
# Why
basically to remove the `runtimeVersion` from expo config which is unrelated to native build. after this pr, people could use custom runtimeVersion as fingerprint hash value.
context: https://discord.com/channels/695411232856997968/1142023605908156476/1146603769958764658
# How
- clone expo config and remove runtimeVersion
- since we will mutate expo config, this pr also introduces `stringifyJsonSorted` to keep the content in sorted result and in stable hash value.
- ignore expo configs from file based hashing in case raw config-plugins sourcer brings it in.
show more ...
|
| aae651f1 | 27-Jul-2023 |
Kudo Chien <[email protected]> |
[fingerprint] remove unused dependencies (#23743)
# Why
leverage expo/expo monorepo dependencies, we could remove some dependencies from @expo/fingerprint and make the dependencies management eas
[fingerprint] remove unused dependencies (#23743)
# Why
leverage expo/expo monorepo dependencies, we could remove some dependencies from @expo/fingerprint and make the dependencies management easier.
# How
remove monorepo common dependencies, especially the `expo` package. that would prevent fingerprint from publishing after `expo` be published
# Test Plan
ci passed
show more ...
|