Pack’s History
/
/
Folio
/
/
Error: Exception in HostFunction: Unable to convert string to floating point value: "large"
Search
Error: Exception in HostFunction: Unable to convert string to floating point value: "large"
Tags
Trouble Shooting
Date
2024/12/18
1. 개요
SDK 51을 52로 업데이트하고 다음과 같은 문구의 오류가 계속 출력됐습니다. 이에 해결 방법을 공유합니다.
2. 순차적으로 해결하기
app.json
에 다음 코드를 붙여넣습니다.
"expo"
:
{
"newArchEnabled"
:
true
,
...
}
JSON
복사
다음으로 일련의 명령어들을 순차적으로 실행시킵니다.
npx expo-doctor npx expo
install
--check
Bash
복사
Reference
•
Stack Overflow
Error: Exception in HostFunction: Unable to convert string to floating point value: "large"