HMR doesn't pick up newly added strings when using the babel plugin with Expo. Adding a new string requires a full restart with expo start --clear, which is slow.
I've made attempts to fix this in packages/plugin-babel/src/index.ts#L66, but they haven't worked. IIRC the issue is addExternalDependency erroring due to some frozen array caused by the Expo preset.
HMR doesn't pick up newly added strings when using the babel plugin with Expo. Adding a new string requires a full restart with
expo start --clear, which is slow.I've made attempts to fix this in
packages/plugin-babel/src/index.ts#L66, but they haven't worked. IIRC the issue isaddExternalDependencyerroring due to some frozen array caused by the Expo preset.