Search code examples
react-nativeexpo

Error: Exception in HostFunction: Unable to convert string to floating point value: "large"


My project was running successfully on expo 51 but after upgrading my expo sdk from 51 to 52 my project is giving me {Exception in HostFunction: Unable to convert string to floating point value: "large"} error on mobiles(Ios and android). However it is running on local web. I searched the text large in my project and i am not using large at any place.

Anyone knows how to solve this issue ?


Solution

  • After Upgrading every package will resolve this issue. In my case when I upgrade packages the error not produce again.