Revision Date Author Comments
# 0e8f799b 20-Jun-2023 Kudo Chien <[email protected]>

[templates][config-plugins][dev-server] aligned hermesEnabled property (#21067)

# Why

react-native 0.71 introduces `hermesEnabled` gradle property which is conflict with the original `expo.jsEngi

[templates][config-plugins][dev-server] aligned hermesEnabled property (#21067)

# Why

react-native 0.71 introduces `hermesEnabled` gradle property which is conflict with the original `expo.jsEngine` in gradle.properties. this pr tries to align the `hermesEnabled` as upstream.
close ENG-7228

# How

deprecate `expo.jsEngine` in **gradle.properties** and use `hermesEnabled` instead.

# Test Plan

ci passed

show more ...


# 082815dc 28-Jun-2022 Evan Bacon <[email protected]>

chore: migrate config, config-plugins, config-types, prebuild-config (#17958)