I am upgrading my project from expo 53 to expo 54,
in upgrade process, I am upgrading
@wuba/react-native-echarts from ^2.0.3 to latest
echarts from v5 to v6
and also skia
When build is successful and I try to run application, I get following error:
TypeError: str.charAt is not a function (it is undefined)
And it points to echarts import statement.

I am upgrading my project from expo 53 to expo 54,
in upgrade process, I am upgrading
@wuba/react-native-echarts from ^2.0.3 to latest
echarts from v5 to v6
and also skia
When build is successful and I try to run application, I get following error:
TypeError: str.charAt is not a function (it is undefined)
And it points to echarts import statement.